Uwe Brauer <oub(a)mat.ucm.es> writes:
Here comes the profile protocol, I am not sure how to interpret it
If "in garbage collection" comes first, it means you need to bump
`gc-cons-threshold' to something reasonable. 2000000 is probably a
good start.
Then, don't forget that the profile* family of functions *accumulate*
profile results, meaning that the displayed summary doesn't contain
the latest profiling run, but a sum of all profiling runs. This can
be surprising if you spend some time testing the profiler and then
want to produce "real" data. In that case you need to use `M-x
clear-profiling-info'.