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

#include <executionStats.h>

Public Member Functions

 Event (EventType event, VdfId nodeId, EventData data)
 

Public Attributes

VdfId nodeId
 
EventData data
 
EventType event
 

Detailed Description

Execution Stats event. Event struct that is pushed onto event vector. Should never be constructed outside of this class.

Definition at line 77 of file executionStats.h.

Constructor & Destructor Documentation

VdfExecutionStats::Event::Event ( EventType  event,
VdfId  nodeId,
EventData  data 
)
inline

Definition at line 82 of file executionStats.h.

Member Data Documentation

EventData VdfExecutionStats::Event::data

Definition at line 79 of file executionStats.h.

EventType VdfExecutionStats::Event::event

Definition at line 80 of file executionStats.h.

VdfId VdfExecutionStats::Event::nodeId

Definition at line 78 of file executionStats.h.


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