|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |

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 |
Definition at line 48 of file IntelProfilerAuditor.cpp.
| 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 49 of file IntelProfilerAuditor.cpp.
:
name(name_),
status(status_),
event(event_),
parent_event(parent_event_){}
| __itt_event IntelProfilerAuditor::stack_entity::event |
Definition at line 60 of file IntelProfilerAuditor.cpp.
Definition at line 56 of file IntelProfilerAuditor.cpp.
| __itt_event IntelProfilerAuditor::stack_entity::parent_event |
Definition at line 62 of file IntelProfilerAuditor.cpp.
Definition at line 58 of file IntelProfilerAuditor.cpp.