The Gaudi Framework  v33r1 (b1225454)
ITimelineSvc.cpp
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
13 
15  : m_record{&record} {
16  m_record->thread = pthread_self();
17  m_record->slot = ctx.slot();
18  m_record->event = ctx.evt();
19  m_record->algorithm = std::move( alg );
20  m_record->start = Clock::now();
21 }
pthread_t thread
Definition: ITimelineSvc.h:27
This class represents an entry point to all the event specific data.
Definition: EventContext.h:34
STL class.
T move(T... args)