emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6af31fd: Align the word "Function" in profiler's headers over the


From: Alan Mackenzie
Subject: master 6af31fd: Align the word "Function" in profiler's headers over the actual functions
Date: Tue, 22 Dec 2020 13:36:13 -0500 (EST)

branch: master
commit 6af31fd71ff1a403c199c479577bcc145a547db1
Author: Alan Mackenzie <acm@muc.de>
Commit: Alan Mackenzie <acm@muc.de>

    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".
---
 lisp/profiler.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/profiler.el b/lisp/profiler.el
index b25eed0..1c84372 100644
--- a/lisp/profiler.el
+++ b/lisp/profiler.el
@@ -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>))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]