]> code.delx.au - gnu-emacs/commitdiff
* lisp/profiler.el (profiler-report-mode-map): Add a restart menu entry.
authorGlenn Morris <rgm@gnu.org>
Tue, 5 Feb 2013 02:12:58 +0000 (21:12 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 5 Feb 2013 02:12:58 +0000 (21:12 -0500)
lisp/ChangeLog
lisp/profiler.el

index eff5eadb614e8323d90a0a6c8f6ae112478b7972..9fbc0e747fc00fa3c90f83da5a172bfc28f9d204 100644 (file)
@@ -1,5 +1,7 @@
 2013-02-05  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
 
index 73b751c3fcda6212f1ceaaf9e332f2f0a3b58e9a..07192a39bef8df27bd60b482e4207267a55565ef 100644 (file)
@@ -466,6 +466,8 @@ RET: expand or collapse"))
         ["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)