aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/profiler.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/profiler.el: Create a more coherent calltree from partial backtraces.Stefan Monnier2013-10-081-21/+143
* * lisp/profiler.el (profiler-calltree-find): Use function-equal.Stefan Monnier2013-09-101-2/+1
* lisp/profiler.el (profiler-format-number): Use log, not log10.Juanma Barranquero2013-06-211-1/+1
* Merge from emacs-24; up to 2012-12-26T16:22:[email protected]Glenn Morris2013-03-301-3/+5
|\
| * Standardize license noticeGlenn Morris2013-03-301-3/+5
* | * lisp/profiler.el (profiler-report-mode-map): Add a restart menu entry.Glenn Morris2013-02-041-0/+2
* | Merge from emacs-24; up to 2012-12-11T18:52:[email protected]Glenn Morris2013-01-241-1/+1
|\|
| * CommentGlenn Morris2013-01-191-1/+1
* | profiler.el tweaksGlenn Morris2013-01-191-4/+16
* | Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+1
|\|
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Add a menu for profiler report modeGlenn Morris2012-11-191-8/+46
|/
* Fix help-echo text in profiler-report-make-entry-part.Eli Zaretskii2012-10-271-1/+3
* Add missing :version tagsGlenn Morris2012-10-061-0/+1
* Spelling fixes.Paul Eggert2012-10-041-1/+1
* Count overruns when profiling; change units to ns.Paul Eggert2012-10-011-5/+5
* * profiler.el (profiler-sampling-interval): Change default back to 1.Paul Eggert2012-09-301-1/+1
* * profiler.el (profiler-sampling-interval): Rename fromTomohiro Matsuyama2012-10-011-143/+206
* Merge profiler branchStefan Monnier2012-09-261-17/+21
* * lisp/profiler.el (profiler-start): Don't prompt for choice when thereStefan Monnier2012-09-261-19/+14
* * src/profiler.c: Rename sample_profiler_* to profiler_cpu_* andStefan Monnier2012-09-241-22/+22
* Try to let it compile on other platformsStefan Monnier2012-09-241-1/+2
* Rewrite sampler to use Elisp hash-tables.Stefan Monnier2012-09-241-217/+149
* profiler: Refactoring and documentation.Tomohiro Matsuyama2012-08-231-99/+157
* Add GC profiler.Tomohiro Matsuyama2012-08-221-23/+68
* * profiler.el (with-sample-profiling): New macro.Tomohiro Matsuyama2012-08-221-3/+33
* * profiler.el (profiler-start): Change mode spec.Tomohiro Matsuyama2012-08-221-3/+3
* * profiler.el: Switch to cl-lib.Tomohiro Matsuyama2012-08-221-37/+37
* Add emacs native profiler.Tomohiro Matsuyama2012-08-221-0/+600