* lisp/profiler.el (profiler-start): Don't prompt for choice when thereold-branches/profiler
commit234148bf943ffce55121aefc8694889eb08b0daa
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Sep 2012 04:02:21 +0000 (26 00:02 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Sep 2012 04:02:21 +0000 (26 00:02 -0400)
tree452f66cfbbc026717c86835bac900f74018093dd
parent611b7507a8eb63d0c3fd8b5c6182920453292688
* lisp/profiler.el (profiler-start): Don't prompt for choice when there
isn't any.
(profiler-stop): Use new semantics of profiler-*-stop.
(profiler-reset, profiler--report-cpu): Don't signal an error if the
cpu profiler is not available.
* src/profiler.c (Fprofiler_cpu_stop, Fprofiler_memory_stop):
Return whether the profiler was running, instead of signaling an error
if it wasn't.
lisp/ChangeLog
lisp/profiler.el
src/ChangeLog
src/profiler.c