index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
profiler.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make some defcustom types more restrictive
Stefan Kangas
2022-07-05
1
-1
/
+1
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
; More minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-22
1
-3
/
+3
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-9
/
+8
*
Use string-replace instead of replace-regexp-in-string
Mattias Engdegård
2021-08-08
1
-1
/
+1
*
Merge from origin/emacs-27
Glenn Morris
2021-06-19
1
-2
/
+6
|
\
|
*
Another improvement in documentation of "memory" profiler
Eli Zaretskii
2021-06-19
1
-2
/
+6
*
|
Merge from origin/emacs-27
Paul Eggert
2021-01-01
1
-3
/
+3
|
\
|
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Align the word "Function" in profiler's headers over the actual functions
Alan Mackenzie
2020-12-22
1
-2
/
+2
*
|
Align profiler's header-line-format to column 0, to work correctly on tty's
Alan Mackenzie
2020-12-22
1
-2
/
+6
*
|
Re-order the items in `profiler-report' output.
Alan Mackenzie
2020-12-22
1
-11
/
+17
*
|
Remove pointless use of intern
Andreas Schwab
2020-09-17
1
-1
/
+1
*
|
Use format-prompt in calls to completing-read with a default value
Lars Ingebrigtsen
2020-09-06
1
-1
/
+1
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Use the elisp xref backend in profiler buffers
Lars Ingebrigtsen
2019-07-30
1
-0
/
+3
*
Fix mouse-1 in profiler-report-mode-map
Lars Ingebrigtsen
2019-07-25
1
-1
/
+2
*
; Fix last change to profiler-report
Basil L. Contovounesios
2019-06-30
1
-0
/
+1
*
Allow for retrieving profiler logs after stopping
Vasilij Schneidermann
2019-06-27
1
-24
/
+35
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
0x%x → %#x in elisp formats
Paul Eggert
2018-07-23
1
-3
/
+3
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Remove some explicit runtime loads of pcase
Glenn Morris
2017-04-19
1
-1
/
+0
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-08-05
1
-1
/
+2
|
\
|
|
*
profiler: document prefix arg for tree expansion
Noam Postavsky
2016-07-28
1
-1
/
+2
*
|
profiler: Add mouse-1 binding for tree expansion
Noam Postavsky
2016-07-28
1
-0
/
+1
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Don't overflow if computing approximate percentage
Paul Eggert
2015-07-31
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
* lisp/profiler.el: Create a more coherent calltree from partial backtraces.
Stefan Monnier
2013-10-08
1
-21
/
+143
*
* lisp/profiler.el (profiler-calltree-find): Use function-equal.
Stefan Monnier
2013-09-10
1
-2
/
+1
*
lisp/profiler.el (profiler-format-number): Use log, not log10.
Juanma Barranquero
2013-06-21
1
-1
/
+1
*
Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.de
Glenn Morris
2013-03-30
1
-3
/
+5
|
\
|
*
Standardize license notice
Glenn Morris
2013-03-30
1
-3
/
+5
*
|
* lisp/profiler.el (profiler-report-mode-map): Add a restart menu entry.
Glenn Morris
2013-02-04
1
-0
/
+2
*
|
Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.ca
Glenn Morris
2013-01-24
1
-1
/
+1
|
\
|
|
*
Comment
Glenn Morris
2013-01-19
1
-1
/
+1
*
|
profiler.el tweaks
Glenn Morris
2013-01-19
1
-4
/
+16
*
|
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
Add a menu for profiler report mode
Glenn Morris
2012-11-19
1
-8
/
+46
|
/
*
Fix help-echo text in profiler-report-make-entry-part.
Eli Zaretskii
2012-10-27
1
-1
/
+3
*
Add missing :version tags
Glenn Morris
2012-10-06
1
-0
/
+1
*
Spelling fixes.
Paul Eggert
2012-10-04
1
-1
/
+1
[next]