Next: , Previous: , Up: Debugging   [Index]


K.9 Emacs Native Profiler

https://www.emacswiki.org/emacs/EmacsNativeProfiler

The ‘profiler’ library provides CPU & memory profiling for all Emacs functions.

Unlike ‘EmacsLispProfiler’ you do not have to specify which functions or packages you wish to profile (however ELP remains complementary as it records overall time taken, which includes time spent waiting for external processes to return, which is something that the native profiler will not report on).