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
Attempts to find a child block with the specified name.
Returns null if not found.