struct ProfilerCPU::ProfiledBlock

Contains all sampling information about a single named profiling block.

Each block has its own sampling information and optionally child blocks.

Public

Constructors

ProfiledBlock

ProfiledBlock(FrameAllocator *alloc)

Methods

~ProfiledBlock

~ProfiledBlock()

FindChild

ProfiledBlock *FindChild(const char *name) const

Attempts to find a child block with the specified name.

Returns null if not found.

Fields

Name

char * Name

Basic

Precise