aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2012-09-30 18:46:06 -0700
committerPaul Eggert2012-09-30 18:46:06 -0700
commit19e54a4d41c41edea579287b3a0423d4ff361d34 (patch)
tree5cd6d653be4356ee84f4845db30b145ae6e83c26
parent82ef37c1405ff5ed16a6506d006ae3340c69e607 (diff)
downloademacs-19e54a4d41c41edea579287b3a0423d4ff361d34.tar.gz
emacs-19e54a4d41c41edea579287b3a0423d4ff361d34.zip
* 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>.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/profiler.el2
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 15c8d43b869..0b6fa3f8d21 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2
3 * profiler.el (profiler-sampling-interval): Change default back to 1.
4 See Stefan Monnier in
5 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6
12012-10-01 Fabián Ezequiel Gallina <fgallina@cuca> 72012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
2 8
3 Shell output catching a la gud-gdb. 9 Shell output catching a la gud-gdb.
diff --git a/lisp/profiler.el b/lisp/profiler.el
index b2963d837a5..55e706ec70b 100644
--- a/lisp/profiler.el
+++ b/lisp/profiler.el
@@ -33,7 +33,7 @@
33 33
34(defconst profiler-version "24.3") 34(defconst profiler-version "24.3")
35 35
36(defcustom profiler-sampling-interval 10 36(defcustom profiler-sampling-interval 1
37 "Default sampling interval in millisecond." 37 "Default sampling interval in millisecond."
38 :type 'integer 38 :type 'integer
39 :group 'profiler) 39 :group 'profiler)