From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Schmidt Subject: Re: orgstruct-mode with custom headline prefix Date: Thu, 31 Jan 2013 20:12:29 +0000 (GMT) Message-ID: <87zjzp3ydv@ch.ristopher.com> References: <87vcah6xf5@ch.ristopher.com> <8738xh4xfr@ch.ristopher.com> <87y5f994ni.fsf@bzg.ath.cx> <87pq0l3gr2@ch.ristopher.com> <878v79925v.fsf@bzg.ath.cx> <87k3qt3exu@ch.ristopher.com> <87a9rplhue.fsf@bzg.ath.cx> <87622d5d8e@ch.ristopher.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U10Uu-0004g4-5J for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 15:12:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U10Uq-0004uJ-8X for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 15:12:36 -0500 Received: from ristopher.com ([146.185.21.93]:52606 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U10Uq-0004u4-0T for emacs-orgmode@gnu.org; Thu, 31 Jan 2013 15:12:32 -0500 In-Reply-To: <87622d5d8e@ch.ristopher.com> (Christopher Schmidt's message of "Thu, 31 Jan 2013 20:06:26 +0000 (GMT)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Christopher Schmidt 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 ..." to update what will be committed) > # (use "git checkout -- ..." 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 ..." to update what will be committed) # (use "git checkout -- ..." 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