|
HDK
|
#include <executionStats.h>
Inheritance diagram for VdfExecutionStats::ScopedEvent:Public Member Functions | |
| VDF_API | ScopedEvent (VdfExecutionStats *stats, const VdfNode &node, EventType eventType) |
| VDF_API | ~ScopedEvent () |
Protected Attributes | |
| VdfExecutionStats * | _stats |
Scoped event that automatically logs when created and destroyed. Should be used in the event of logging time intervals over logging single begin and end events via LogTimestamp.
Definition at line 93 of file executionStats.h.
| VDF_API VdfExecutionStats::ScopedEvent::ScopedEvent | ( | VdfExecutionStats * | stats, |
| const VdfNode & | node, | ||
| EventType | eventType | ||
| ) |
| VDF_API VdfExecutionStats::ScopedEvent::~ScopedEvent | ( | ) |
|
protected |
Definition at line 104 of file executionStats.h.