ATLAS Offline Software
|
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... | |