The Gaudi Framework  v30r3 (a5ef0a68)
ITimelineSvc.cpp
Go to the documentation of this file.
3 
5  : m_record{&record}
6 {
7  m_record->thread = pthread_self();
8  m_record->slot = ctx.slot();
9  m_record->event = ctx.evt();
10  m_record->algorithm = std::move( alg );
12 }
pthread_t thread
Definition: ITimelineSvc.h:17
std::string algorithm
Definition: ITimelineSvc.h:21
This class represents an entry point to all the event specific data.
Definition: EventContext.h:24
STL class.
T move(T...args)
time_point start
Definition: ITimelineSvc.h:23