aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/profiler.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Prefer incf to cl-incf in remaining filesStefan Kangas2025-02-261-5/+5
* Prefer decf to cl-decfStefan Kangas2025-02-231-3/+3
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Further fix of reading and writing profiler dataStefan Monnier2024-08-171-0/+5
* Fix dumping of Lisp profilesStefan Monnier2024-08-171-1/+6
* Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-281-4/+1
* (help-fns-function-name): New functionStefan Monnier2024-03-211-47/+27
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Prefer defvar-keymap in profiler.elStefan Kangas2022-11-031-66/+65
* Make some defcustom types more restrictiveStefan Kangas2022-07-051-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-3/+3
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-9/+8
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-1/+1
* Merge from origin/emacs-27Glenn Morris2021-06-191-2/+6
|\
| * Another improvement in documentation of "memory" profilerEli Zaretskii2021-06-191-2/+6
* | Merge from origin/emacs-27Paul Eggert2021-01-011-3/+3
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Align the word "Function" in profiler's headers over the actual functionsAlan Mackenzie2020-12-221-2/+2
* | Align profiler's header-line-format to column 0, to work correctly on tty'sAlan Mackenzie2020-12-221-2/+6
* | Re-order the items in `profiler-report' output.Alan Mackenzie2020-12-221-11/+17
* | Remove pointless use of internAndreas Schwab2020-09-171-1/+1
* | Use format-prompt in calls to completing-read with a default valueLars Ingebrigtsen2020-09-061-1/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Use the elisp xref backend in profiler buffersLars Ingebrigtsen2019-07-301-0/+3
* Fix mouse-1 in profiler-report-mode-mapLars Ingebrigtsen2019-07-251-1/+2
* ; Fix last change to profiler-reportBasil L. Contovounesios2019-06-301-0/+1
* Allow for retrieving profiler logs after stoppingVasilij Schneidermann2019-06-271-24/+35
* 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
|\