The Gaudi Framework  master (594c33fa)
IntelProfilerAuditor::stack_entity Struct Reference
Collaboration diagram for IntelProfilerAuditor::stack_entity:

Public Member Functions

 stack_entity (const std::string &name_, bool status_, const __itt_event event_=0, const __itt_event parent_event_=0)
 

Public Attributes

std::string name
 
bool status
 
__itt_event event
 
__itt_event parent_event
 

Detailed Description

Definition at line 56 of file IntelProfilerAuditor.cpp.

Constructor & Destructor Documentation

◆ stack_entity()

IntelProfilerAuditor::stack_entity::stack_entity ( const std::string name_,
bool  status_,
const __itt_event  event_ = 0,
const __itt_event  parent_event_ = 0 
)
inline

Definition at line 57 of file IntelProfilerAuditor.cpp.

59  : name( name_ ), status( status_ ), event( event_ ), parent_event( parent_event_ ) {}

Member Data Documentation

◆ event

__itt_event IntelProfilerAuditor::stack_entity::event

Definition at line 65 of file IntelProfilerAuditor.cpp.

◆ name

std::string IntelProfilerAuditor::stack_entity::name

Definition at line 61 of file IntelProfilerAuditor.cpp.

◆ parent_event

__itt_event IntelProfilerAuditor::stack_entity::parent_event

Definition at line 67 of file IntelProfilerAuditor.cpp.

◆ status

bool IntelProfilerAuditor::stack_entity::status

Definition at line 63 of file IntelProfilerAuditor.cpp.


The documentation for this struct was generated from the following file:
IntelProfilerAuditor::stack_entity::name
std::string name
Definition: IntelProfilerAuditor.cpp:61
IntelProfilerAuditor::stack_entity::event
__itt_event event
Definition: IntelProfilerAuditor.cpp:65
IntelProfilerAuditor::stack_entity::parent_event
__itt_event parent_event
Definition: IntelProfilerAuditor.cpp:67
IntelProfilerAuditor::stack_entity::status
bool status
Definition: IntelProfilerAuditor.cpp:63