Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 );
11 }
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:31
STL class.
T move(T...args)
time_point start
Definition: ITimelineSvc.h:23