]> code.delx.au - gnu-emacs/blobdiff - lisp/profiler.el
* lisp/progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
[gnu-emacs] / lisp / profiler.el
index 9c73fc6e590a9a6e969e1cb4f9dd16f54df9f9f6..07192a39bef8df27bd60b482e4207267a55565ef 100644 (file)
@@ -20,7 +20,7 @@
 
 ;;; Commentary:
 
-;;
+;; See Info node `(elisp)Profiling'.
 
 ;;; Code:
 
@@ -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)