diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-09-30 18:46:06 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-09-30 18:46:06 -0700 |
commit | 19e54a4d41c41edea579287b3a0423d4ff361d34 (patch) | |
tree | 5cd6d653be4356ee84f4845db30b145ae6e83c26 /lisp/profiler.el | |
parent | 82ef37c1405ff5ed16a6506d006ae3340c69e607 (diff) | |
download | emacs-19e54a4d41c41edea579287b3a0423d4ff361d34.tar.gz |
* 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>.
Diffstat (limited to 'lisp/profiler.el')
-rw-r--r-- | lisp/profiler.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ (defconst profiler-version "24.3") -(defcustom profiler-sampling-interval 10 +(defcustom profiler-sampling-interval 1 "Default sampling interval in millisecond." :type 'integer :group 'profiler) |