1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-14 16:50:58 +00:00

* lisp/profiler.el (profiler-report-mode-map): Add a restart menu entry.

This commit is contained in:
Glenn Morris 2013-02-04 21:12:58 -05:00
parent b687d65a02
commit ed746aa721
2 changed files with 4 additions and 0 deletions

View 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.

View 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)