emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Samuel Wales <samologist@gmail.com>
To: Tim Howe <vsync@quadium.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: is speedup possible in the agenda?
Date: Wed, 3 Apr 2013 11:50:42 -0700	[thread overview]
Message-ID: <CAJcAo8uPSJH7iPE4yw_8TOm4TCRs+m88pupHYnanDm_eDfPxXA@mail.gmail.com> (raw)
In-Reply-To: <871uar4g9i.fsf@rash.fl.quadium.net>

On 4/3/13, Tim Howe <vsync@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	other threads:[~2013-04-03 18:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-03 18:14 is speedup possible in the agenda? Samuel Wales
2013-04-03 18:32 ` Tim Howe
2013-04-03 18:50   ` Samuel Wales [this message]
2013-04-03 19:14   ` Nick Dokos
2013-04-03 18:38 ` Bastien
2013-04-03 18:46   ` Samuel Wales

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJcAo8uPSJH7iPE4yw_8TOm4TCRs+m88pupHYnanDm_eDfPxXA@mail.gmail.com \
    --to=samologist@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=vsync@quadium.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).