summaryrefslogtreecommitdiff
path: root/lisp/profiler.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | 0x%x → %#x in elisp formatsPaul Eggert2018-07-231-3/+3
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Remove some explicit runtime loads of pcaseGlenn Morris2017-04-191-1/+0
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-08-051-1/+2
|\ \ | |/
| * profiler: document prefix arg for tree expansionNoam Postavsky2016-07-281-1/+2
* | profiler: Add mouse-1 binding for tree expansionNoam Postavsky2016-07-281-0/+1
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Don't overflow if computing approximate percentagePaul Eggert2015-07-311-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* 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:18Z!michael.albinus@gmx.deGlenn 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:31Z!monnier@iro.umontreal.caGlenn 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:03Z!monnier@iro.umontreal.caPaul 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 thereold-branches/profilerStefan 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