* profiler.el (profiler-sampling-interval): Change default back to 1.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Oct 2012 01:46:06 +0000 (18:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Oct 2012 01:46:06 +0000 (18:46 -0700)
See Stefan Monnier in
<http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.

lisp/ChangeLog
lisp/profiler.el

index 15c8d43..0b6fa3f 100644 (file)
@@ -1,3 +1,9 @@
+2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * profiler.el (profiler-sampling-interval): Change default back to 1.
+       See Stefan Monnier in
+       <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
+
 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
 
        Shell output catching a la gud-gdb.
index b2963d8..55e706e 100644 (file)
@@ -33,7 +33,7 @@
 
 (defconst profiler-version "24.3")
 
-(defcustom profiler-sampling-interval 10
+(defcustom profiler-sampling-interval 1
   "Default sampling interval in millisecond."
   :type 'integer
   :group 'profiler)