|
HDK
|
#include <executionStats.h>
Inheritance diagram for VdfExecutionStats::ScopedMallocEvent:Public Member Functions | |
| VDF_API | ScopedMallocEvent (VdfExecutionStats *stats, const VdfNode &node, EventType eventType) |
| VDF_API | ~ScopedMallocEvent () |
Public Member Functions inherited from VdfExecutionStats::ScopedEvent | |
| VDF_API | ScopedEvent (VdfExecutionStats *stats, const VdfNode &node, EventType eventType) |
| VDF_API | ~ScopedEvent () |
Additional Inherited Members | |
Protected Attributes inherited from VdfExecutionStats::ScopedEvent | |
| VdfExecutionStats * | _stats |
Scoped event that automatically pushes and pops malloc tags for the given VdfNode.
Definition at line 114 of file executionStats.h.
| VDF_API VdfExecutionStats::ScopedMallocEvent::ScopedMallocEvent | ( | VdfExecutionStats * | stats, |
| const VdfNode & | node, | ||
| EventType | eventType | ||
| ) |
| VDF_API VdfExecutionStats::ScopedMallocEvent::~ScopedMallocEvent | ( | ) |