profiler-cpu-log

profiler-cpu-log is a built-in function in `C source code'.

(profiler-cpu-log)

Return the current cpu profiler log.
The log is a hash-table mapping backtraces to counters which represent
the amount of time spent at those points. Every backtrace is a vector
of functions, where the last few elements may be nil.
Before returning, a new log is allocated for future samples.