Compartilhar via


Callbacks and Stack Depth in the Profiling API

Profiler callbacks may be issued in very stack-constrained circumstances, and a stack overflow in a profiler callback will lead to an immediate process exit. A profiler should make sure to use as little stack as possible in response to callbacks. If the profiler is intended for use against processes that are robust against stack overflow, the profiler itself should also avoid triggering stack overflow.

See Also

Concepts

Common Features in the Profiling API

Profiling Overview