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