mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Align the word "Function" in profiler's headers over the actual functions
* lisp/profiler.el (profiler-report-render-calltree-1): Replace two occurrences of "Function" with " Function".
This commit is contained in:
parent
aae44a36f3
commit
6af31fd71f
@ -745,11 +745,11 @@ below entry at point."
|
||||
(cpu
|
||||
(profiler-report-header-line-format
|
||||
profiler-report-cpu-line-format
|
||||
(list "Samples" "%") " " "Function"))
|
||||
(list "Samples" "%") " " " Function"))
|
||||
(memory
|
||||
(profiler-report-header-line-format
|
||||
profiler-report-memory-line-format
|
||||
(list "Bytes" "%") " " "Function"))))
|
||||
(list "Bytes" "%") " " " Function"))))
|
||||
(let ((predicate (cl-ecase order
|
||||
(ascending #'profiler-calltree-count<)
|
||||
(descending #'profiler-calltree-count>))))
|
||||
|
Loading…
Reference in New Issue
Block a user