Variable: profiler-max-stack-depth
profiler-max-stack-depth is a variable defined in profiler.c.
Value
16
Documentation
Number of elements from the call-stack recorded in the log.
Source Code
// Defined in /usr/src/emacs/src/profiler.c
DEFVAR_INT ("profiler-max-stack-depth", profiler_max_stack_depth,
doc: /* Number of elements from the call-stack recorded in the log. */);