emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Christopher Schmidt <christopher@ch.ristopher.com>
To: emacs-orgmode@gnu.org
Subject: Re: orgstruct-mode with custom headline prefix
Date: Thu, 31 Jan 2013 20:12:29 +0000 (GMT)	[thread overview]
Message-ID: <87zjzp3ydv@ch.ristopher.com> (raw)
In-Reply-To: <87622d5d8e@ch.ristopher.com> (Christopher Schmidt's message of "Thu, 31 Jan 2013 20:06:26 +0000 (GMT)")

Christopher Schmidt <christopher@ch.ristopher.com> writes:

This is the memory profiler result.

>     a2febd210182d9e1a37b0d7fd9ee007a10abc4bc refs/remotes/origin/HEAD
>     Saved working directory and index state WIP on master: a2febd2 Merge branch 'maint'
>     HEAD is now at a2febd2 Merge branch 'maint'
>     OVERVIEW
>     Setting `org-agenda-files' temporarily since "emacs -q" would overwrite customizations
>     File added to front of agenda file list
>     CPU and memory profiler started
>     ================
>     12.207549810409546
>
>
>     + normal-top-level                                         46,533,611  74%
>     + command-line-1                                            6,385,759  10%
>     + command-line                                              5,800,077   9%
>     + eval                                                      2,639,778   4%
>     + progn                                                       690,611   1%
>     + let                                                          70,947   0%
>     + apply                                                        20,536   0%
>     + org-agenda-get-sexps                                         12,332   0%
>     + load-with-code-conversion                                     8,188   0%
>     + profiler-calltree-walk                                        8,188   0%
>     + org-agenda-prepare                                            6,482   0%
>     + byte-code                                                     4,272   0%
>     + diary-font-lock-keywords                                      4,144   0%
>     + org-agenda-list                                               1,114   0%
>     + file-truename                                                 1,100   0%
>     + load                                                          1,040   0%
>     # On branch master
>     # Changes not staged for commit:
>     #   (use "git add <file>..." to update what will be committed)
>     #   (use "git checkout -- <file>..." to discard changes in working directory)
>     #
>     #        modified:   lisp/org.el
>     #
>     no changes added to commit (use "git add" and/or "git commit -a")
>     Dropped refs/stash@{0} (a8007c5e99e8481d82ec8303c75069e150a81874)
>     OVERVIEW
>     Setting `org-agenda-files' temporarily since "emacs -q" would overwrite customizations
>     File added to front of agenda file list
>     CPU and memory profiler started
>     ================
>     12.091503858566284
>
>
>     + normal-top-level                                         45,399,311  73%
>     + command-line-1                                            6,522,990  10%
>     + command-line                                              5,875,736   9%
>     + eval                                                      3,803,175   6%
>     + progn                                                       316,014   0%
>     + let                                                          84,388   0%
>     + apply                                                        16,376   0%
>     + org-agenda-get-sexps                                          8,188   0%
>     + load-with-code-conversion                                     8,188   0%
>     + profiler-calltree-walk                                        8,188   0%
>     + profiler-report-setup-buffer                                  8,188   0%
>     + org-agenda-list                                               4,296   0%
>     + diary-font-lock-keywords                                      4,144   0%
>     + org-agenda-get-day-entries                                    4,144   0%
>     + require                                                       3,120   0%
>     + org-agenda-prepare                                            2,338   0%
>     + file-truename                                                 2,156   0%
>     + tramp-completion-file-name-handler                            1,040   0%
>     + byte-code                                                       104   0%

This is the equally uninteresting cpu result.

    a2febd210182d9e1a37b0d7fd9ee007a10abc4bc refs/remotes/origin/HEAD
    Saved working directory and index state WIP on master: a2febd2 Merge branch 'maint'
    HEAD is now at a2febd2 Merge branch 'maint'
    OVERVIEW
    Setting `org-agenda-files' temporarily since "emacs -q" would overwrite customizations
    File added to front of agenda file list
    CPU profiler started
    ================
    12.362266302108765

    + normal-top-level                                               8765  78%
    + command-line                                                   1769  15%
      Automatic GC                                                    377   3%
    + eval                                                            144   1%
    + command-line-1                                                   68   0%
    + progn                                                             8   0%
    + let                                                               4   0%
    # On branch master
    # Changes not staged for commit:
    #   (use "git add <file>..." to update what will be committed)
    #   (use "git checkout -- <file>..." to discard changes in working directory)
    #
    #        modified:   lisp/org.el
    #
    no changes added to commit (use "git add" and/or "git commit -a")
    Dropped refs/stash@{0} (d1f97454f55ab5797e1d9e9e136ec7e2649606a8)
    OVERVIEW
    Setting `org-agenda-files' temporarily since "emacs -q" would overwrite customizations
    File added to front of agenda file list
    CPU profiler started
    ================
    12.29226803779602


    + normal-top-level                                               8576  77%
    + command-line                                                   1984  17%
      Automatic GC                                                    373   3%
    + eval                                                            104   0%
    + command-line-1                                                   76   0%
    + byte-code                                                         4   0%
    + progn                                                             4   0%

        Christopher

  reply	other threads:[~2013-01-31 20:12 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-28 17:15 orgstruct-mode with custom headline prefix Christopher Schmidt
2013-01-28 23:22 ` Samuel Wales
2013-01-31  7:35 ` Christopher Schmidt
2013-01-31  7:45   ` Bastien
2013-01-31  8:21     ` Christopher Schmidt
2013-01-31  8:39       ` Bastien
2013-01-31  9:00         ` Christopher Schmidt
2013-01-31 11:20           ` Bastien
2013-01-31 20:06             ` Christopher Schmidt
2013-01-31 20:12               ` Christopher Schmidt [this message]
2013-01-31 20:24               ` Thorsten Jolitz
2013-02-01 16:20               ` Carsten Dominik
2013-02-10 19:11               ` Christopher Schmidt
2013-02-11 15:28                 ` Bastien
2013-02-12 19:04                 ` Achim Gratz
2013-02-12 20:47                   ` Christopher Schmidt
2013-02-12 21:32                     ` Bastien
2013-02-13  9:10                     ` Christopher Schmidt
2013-02-13  9:43                       ` Sebastien Vauban
2013-02-13 20:03                       ` Achim Gratz
2013-02-19 10:18                       ` Dr Stephen J Eglen
2013-02-22 13:51                         ` Bastien
2013-02-26 14:59                           ` Stephen Eglen
2013-02-26 16:02                             ` Bastien
2013-02-26 18:10                               ` Stephen Eglen
2013-02-26 16:55                             ` Christopher Schmidt

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=87zjzp3ydv@ch.ristopher.com \
    --to=christopher@ch.ristopher.com \
    --cc=emacs-orgmode@gnu.org \
    /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).