On 4/3/13, Tim Howe <vs...@quadium.net> wrote:
> How are you getting those profiling results?

24.2.  I know 24.3 has a possibly better profiler.

Run agenda T.

(defun alpha-elp-instrument-packages ()
  "Instrument some likely packages."
  (interactive)
  ;;too slow:
  ;;  (elp-instrument-package "org")
  ;;(elp-instrument-list
  (loop for i in '("alpha-"
                   "hoka-"
                   "cl-"
                   "org-agenda-"
                   "org-babel-")
        do
        (message "instrumenting %s" i)
        (elp-instrument-package i))
  (message ""))

Then follow mode, then moving around, TAB, and a few occasional other
things like changing metadata.

Samuel

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  ANYBODY
can get it.  There is NO hope without action.  This means YOU.

Reply via email to