![]() |
The Gaudi Framework
v36r13 (995e4364)
|
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/ITimelineSvc.h>

Public Types | |
| using | Clock = std::chrono::high_resolution_clock |
| using | time_point = Clock::time_point |
Public Attributes | |
| pthread_t | thread |
| size_t | slot |
| size_t | event |
| std::string | algorithm |
| time_point | start |
| time_point | end |
Definition at line 23 of file ITimelineSvc.h.
Definition at line 24 of file ITimelineSvc.h.
| using TimelineEvent::time_point = Clock::time_point |
Definition at line 25 of file ITimelineSvc.h.
| std::string TimelineEvent::algorithm |
Definition at line 31 of file ITimelineSvc.h.
| time_point TimelineEvent::end |
Definition at line 34 of file ITimelineSvc.h.
| size_t TimelineEvent::event |
Definition at line 29 of file ITimelineSvc.h.
| size_t TimelineEvent::slot |
Definition at line 28 of file ITimelineSvc.h.
| time_point TimelineEvent::start |
Definition at line 33 of file ITimelineSvc.h.
| pthread_t TimelineEvent::thread |
Definition at line 27 of file ITimelineSvc.h.