Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Debug::StackRecorder Class Reference

Static Public Member Functions

static unsigned int Record (StackFrame *frames, unsigned int maxNumOfFrames, unsigned int suppressCount=0, void *nativeThread=0)
 

Member Function Documentation

◆ Record()

static unsigned int AZ::Debug::StackRecorder::Record ( StackFrame frames,
unsigned int  maxNumOfFrames,
unsigned int  suppressCount = 0,
void *  nativeThread = 0 
)
static

Record the current call stack frames (current process, current thread).

Parameters
framesarray of frames to store the stack into.
suppressCountThis specifies how many levels of the stack to hide. By default it is 0, which will just hide this function itself.
nativeThreadpointer to thread native type to capture a stack other than the currently running stack

The documentation for this class was generated from the following file: