tags 13455 patch quit Michael Heerdegen writes: > (1) Add the main commands to the Emacs-Lisp -> Profiling menu > (presumably into a new submenu), so that people can find it. It seems this was added in 24.4. > > (2) Missing commentary header. At least say that it's documented in the > elisp manual. There is now a comment pointing to the manual. > > (4) Add a menu for the profiler report. As mentioned by Glenn, this is also present. > > (3) "If a given line has a `+' symbol at the left-hand side, you can > expand that line by typing , in order to see the function(s) called > by the higher-level function. Pressing again will collapse back > to the original state." > > Why not make mouse-1 do this, too? This is still not the case, though it's easy enough to add. Also, I'd like to add mention of prefix arg for profiler-report-toggle-entry, I was about make a feature request for an expand-all command, until I realized this already worked. Here's a patch: