From: Paul Eggert Date: Mon, 1 Oct 2012 01:46:06 +0000 (-0700) Subject: * profiler.el (profiler-sampling-interval): Change default back to 1. X-Git-Tag: emacs-24.2.90~241^2~78 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19e54a4d41c41edea579287b3a0423d4ff361d34;p=emacs.git * profiler.el (profiler-sampling-interval): Change default back to 1. See Stefan Monnier in . --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 15c8d43b869..0b6fa3f8d21 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2012-10-01 Paul Eggert + + * profiler.el (profiler-sampling-interval): Change default back to 1. + See Stefan Monnier in + . + 2012-10-01 Fabián Ezequiel Gallina 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 @@ (defconst profiler-version "24.3") -(defcustom profiler-sampling-interval 10 +(defcustom profiler-sampling-interval 1 "Default sampling interval in millisecond." :type 'integer :group 'profiler)