Variable: profiler-log-size
profiler-log-size is a variable defined in profiler.c.
Value
10000
Documentation
Number of distinct call-stacks that can be recorded in a profiler log.
If the log gets full, some of the least-seen call-stacks will be evicted to make room for new entries.
Source Code
// Defined in /usr/src/emacs/src/profiler.c
DEFVAR_INT ("profiler-log-size", profiler_log_size,
doc: /* Number of distinct call-stacks that can be recorded in a profiler log.
If the log gets full, some of the least-seen call-stacks will be evicted
to make room for new entries. */);