HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VdfExecutionStats::ScopedEvent Struct Reference

#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
 

Detailed Description

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.

Constructor & Destructor Documentation

VDF_API VdfExecutionStats::ScopedEvent::ScopedEvent ( VdfExecutionStats stats,
const VdfNode node,
EventType  eventType 
)
VDF_API VdfExecutionStats::ScopedEvent::~ScopedEvent ( )

Member Data Documentation

VdfExecutionStats* VdfExecutionStats::ScopedEvent::_stats
protected

Definition at line 104 of file executionStats.h.


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