emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Q on performance with 10000 faces


From: Kevin Rodgers
Subject: Re: Q on performance with 10000 faces
Date: Mon, 22 May 2006 17:28:44 -0600
User-agent: Thunderbird 1.5.0.2 (Windows/20060308)

Drew Adams wrote:
I took a quick look at elp.el and benchmark.el, but it seems like you must
provide explicit functions or a package to be profiled. I'm wondering if
there is something that will let me profile the whole ball of string that I
have in my Emacs session.

Looking at the source for elp-instrument-package leads me to
suggest:

  (elp-instrument-list
   (mapcar
    'intern
    (all-completions "." obarray 'elp-profilable-p)))

--
Kevin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]