Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes
TrigTimeStamp.h File Reference
#include <chrono>
#include "AthenaKernel/CLASS_DEF.h"
Include dependency graph for TrigTimeStamp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TrigTimeStamp
 utility class to measure time duration in AthenaMT The pattern when it is useful: AlgA tags the beginning of the time period AlgA::execute() { timeStampHandle.record( std::move( std::make_unique<TrigTimeStamp>() ) ); } More...