diff options
| author | Stefan Monnier | 2012-09-26 00:02:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-09-26 00:02:21 -0400 |
| commit | 234148bf943ffce55121aefc8694889eb08b0daa (patch) | |
| tree | 452f66cfbbc026717c86835bac900f74018093dd /lisp/ChangeLog | |
| parent | 611b7507a8eb63d0c3fd8b5c6182920453292688 (diff) | |
| download | emacs-old-branches/profiler.tar.gz emacs-old-branches/profiler.zip | |
* lisp/profiler.el (profiler-start): Don't prompt for choice when thereold-branches/profiler
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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 64fb7e2ffc7..d7304b68ade 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * profiler.el (profiler-start): Don't prompt for choice when there | ||
| 4 | isn't any. | ||
| 5 | (profiler-stop): Use new semantics of profiler-*-stop. | ||
| 6 | (profiler-reset, profiler--report-cpu): Don't signal an error if the | ||
| 7 | cpu profiler is not available. | ||
| 8 | |||
| 1 | 2012-09-24 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2012-09-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * profiler.el (profiler-sample-interval): Move before first use. | 11 | * profiler.el (profiler-sample-interval): Move before first use. |