emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] is speedup possible in the agenda?


From: Samuel Wales
Subject: Re: [O] is speedup possible in the agenda?
Date: Wed, 3 Apr 2013 11:50:42 -0700

On 4/3/13, Tim Howe <address@hidden> 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

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