aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a199a7b12e5..a7b35a8572d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12012-10-02 Paul Eggert <eggert@cs.ucla.edu>
2
3 Count overruns when profiling; change units to ns.
4 * profiler.c (handle_profiler_signal): Count sampling intervals, not ms.
5 Give extra weight to samples after overruns, to attempt to count
6 the time more accurately.
7 (setup_cpu_timer): Change sampling interval units from ms to ns, since
8 the underlying primitives nominally do ns.
9 (Fprofiler_cpu_start): Document the change. Mention that
10 the sampling intervals are only approximate.
11
12012-10-02 Stefan Monnier <monnier@iro.umontreal.ca> 122012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2 13
3 * frame.c (Fmake_terminal_frame): Prefer safer CONSP over !NILP. 14 * frame.c (Fmake_terminal_frame): Prefer safer CONSP over !NILP.