profiler-report-mode-map
profiler-report-mode-map is a variable defined in `
profiler.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Keymap for `profiler-report-mode'.
Value:
(keymap
(menu-bar keymap
(Profiler menu-item "Profiler"
(keymap "Profiler"
(Next\ Entry menu-item "Next Entry" profiler-report-next-entry :help "Move to next entry")
(Previous\ Entry menu-item "Previous Entry" profiler-report-previous-entry :help "Move to previous entry")
(nil-7 menu-item "--")
(Toggle\ Entry menu-item "Toggle Entry" profiler-report-toggle-entry :enable
(profiler-report-calltree-at-point)
:help "Expand or collapse the current entry")
(Find\ Entry menu-item "Find Entry" profiler-report-find-entry :enable
(profiler-report-calltree-at-point)
:help "Find the definition of the current entry")
(Describe\ Entry menu-item "Describe Entry" profiler-report-describe-entry :enable
(profiler-report-calltree-at-point)
:help "Show the documentation of the current entry")
(nil-7-6 menu-item "--")
(Show\ Calltree menu-item "Show Calltree" profiler-report-render-calltree :enable profiler-report-reversed :help "Show calltree view")
(Show\ Reversed\ Calltree menu-item "Show Reversed Calltree" profiler-report-render-reversed-calltree :enable
(not profiler-report-reversed)
:help "Show reversed calltree view")
(Sort\ Ascending menu-item "Sort Ascending" profiler-report-ascending-sort :enable
(not
(eq profiler-report-order 'ascending))
:help "Sort calltree view in ascending order")
(Sort\ Descending menu-item "Sort Descending" profiler-report-descending-sort :enable
(not
(eq profiler-report-order 'descending))
:help "Sort calltree view in descending order")
(nil-7-11 menu-item "--")
(Compare\ Profile\.\.\. menu-item "Compare Profile..." profiler-report-compare-profile :help "Compare current profile with another")
(Write\ Profile\.\.\. menu-item "Write Profile..." profiler-report-write-profile :help "Write current profile to a file")
(nil-7-14 menu-item "--")
(Start\ Profiler menu-item "Start Profiler" profiler-start :enable
(not
(profiler-running-p))
:help "Start profiling")
(Stop\ Profiler menu-item "Stop Profiler" profiler-stop :enable
(profiler-running-p)
:help "Stop profiling")
(New\ Report menu-item "New Report" profiler-report :enable
(profiler-running-p)
:help "Make a new report"))))
(24 keymap
(23 . profiler-report-write-profile))
(61 . profiler-report-compare-profile)
(68 . profiler-report-descending-sort)
(65 . profiler-report-ascending-sort)
(66 . profiler-report-render-reversed-calltree)
(67 . profiler-report-render-calltree)
(100 . profiler-report-describe-entry)
(mouse-2 . profiler-report-find-entry)
(106 . profiler-report-find-entry)
(102 . profiler-report-find-entry)
(105 . profiler-report-toggle-entry)
(9 . profiler-report-toggle-entry)
(13 . profiler-report-toggle-entry)
(112 . profiler-report-previous-entry)
(110 . profiler-report-next-entry))