cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
TimeKeeper::Ticker Class Reference

Scoped timekeeping utility. More...

#include <CepGen/Utils/TimeKeeper.h>

Public Member Functions

 Ticker (TimeKeeper *, const std::string &)
 Build a named and scoped time ticker.
 
 ~Ticker ()
 Ticker destructor to store the timing information to the parent timekeeper.
 

Detailed Description

Definition at line 51 of file TimeKeeper.h.

Constructor & Destructor Documentation

◆ Ticker()

Ticker ( TimeKeeper tk,
const std::string &  name 
)
explicit

Definition at line 82 of file TimeKeeper.cpp.

◆ ~Ticker()

~Ticker ( )

Definition at line 84 of file TimeKeeper.cpp.