]> git.eshelyaron.com Git - emacs.git/commitdiff
Align the word "Function" in profiler's headers over the actual functions
authorAlan Mackenzie <acm@muc.de>
Tue, 22 Dec 2020 18:34:24 +0000 (18:34 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 22 Dec 2020 18:34:24 +0000 (18:34 +0000)
* lisp/profiler.el (profiler-report-render-calltree-1): Replace two
occurrences of "Function" with "  Function".

lisp/profiler.el

index b25eed05bdbf75fc3f4bb8dfa8a47abd53de4f29..1c843727cc89e6fb32687a32c925433f68d4c45f 100644 (file)
@@ -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>))))