Update copyright notices for 2013.
[bpt/emacs.git] / lisp / profiler.el
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-10-30 Kenichi Handamerge trun
2012-10-27 Eli ZaretskiiFix help-echo text in profiler-report-make-entry-part.
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-07 Kenichi Handamerge trunk
2012-10-06 Glenn MorrisAdd missing :version tags
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-05 Paul EggertSpelling fixes.
2012-10-02 Paul EggertCount overruns when profiling; change units to ns.
2012-10-01 Paul Eggert* profiler.el (profiler-sampling-interval): Change...
2012-09-30 Tomohiro Matsuyama* profiler.el (profiler-sampling-interval): Rename...
2012-09-30 Kenichi Handamerge trunk
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-26 Stefan Monnier* lisp/profiler.el (profiler-start): Don't prompt for...
2012-09-25 Stefan Monnier* src/profiler.c: Rename sample_profiler_* to profiler_...
2012-09-24 Stefan MonnierTry to let it compile on other platforms
2012-09-24 Stefan MonnierRewrite sampler to use Elisp hash-tables.
2012-08-23 Tomohiro Matsuyamaprofiler: Refactoring and documentation.
2012-08-22 Tomohiro MatsuyamaAdd GC profiler.
2012-08-22 Tomohiro Matsuyama* profiler.el (with-sample-profiling): New macro.
2012-08-22 Tomohiro Matsuyama* profiler.el (profiler-start): Change mode spec.
2012-08-22 Tomohiro Matsuyama* profiler.el: Switch to cl-lib.
2012-08-22 Tomohiro MatsuyamaAdd emacs native profiler.