The Gaudi Framework
v29r0 (ff2e7097)
|
#include <GaudiKernel/ITimelineSvc.h>
Public Attributes | |
pthread_t | thread |
uint | slot |
uint | event |
std::string | algorithm |
time_point | start |
time_point | end |
Definition at line 13 of file ITimelineSvc.h.
std::string TimelineEvent::algorithm |
Definition at line 18 of file ITimelineSvc.h.
time_point TimelineEvent::end |
Definition at line 21 of file ITimelineSvc.h.
uint TimelineEvent::event |
Definition at line 16 of file ITimelineSvc.h.
uint TimelineEvent::slot |
Definition at line 15 of file ITimelineSvc.h.
time_point TimelineEvent::start |
Definition at line 20 of file ITimelineSvc.h.
pthread_t TimelineEvent::thread |
Definition at line 14 of file ITimelineSvc.h.