emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111678: * lisp/profiler.el (profiler


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111678: * lisp/profiler.el (profiler-report-mode-map): Add a restart menu entry.
Date: Mon, 04 Feb 2013 21:12:58 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111678
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2013-02-04 21:12:58 -0500
message:
  * lisp/profiler.el (profiler-report-mode-map): Add a restart menu entry.
modified:
  lisp/ChangeLog
  lisp/profiler.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-02-05 02:03:51 +0000
+++ b/lisp/ChangeLog    2013-02-05 02:12:58 +0000
@@ -1,5 +1,7 @@
 2013-02-05  Glenn Morris  <address@hidden>
 
+       * profiler.el (profiler-report-mode-map): Add a restart menu entry.
+
        * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
        Fix directory creation in fallback case.
 

=== modified file 'lisp/profiler.el'
--- a/lisp/profiler.el  2013-01-25 04:41:39 +0000
+++ b/lisp/profiler.el  2013-02-05 02:12:58 +0000
@@ -466,6 +466,8 @@
         ["Write Profile..." profiler-report-write-profile :active t
          :help "Write current profile to a file"]
         "--"
+        ["Start Profiler" profiler-start :active (not (profiler-running-p))
+         :help "Start profiling"]
         ["Stop Profiler" profiler-stop :active (profiler-running-p)
          :help "Stop profiling"]
         ["New Report" profiler-report :active (profiler-running-p)


reply via email to

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