16 void reportTime( std::string s,
double time);
20 int pr = std::cout.precision(8);
21 std::cout << s <<
"\t" <<
" time = " << time.
RealTime() <<
"\t(sec)\t" 24 std::cout.precision(pr);
Double_t RealTime()
Stop the stopwatch (if it is running) and return the realtime (in seconds) passed between the start a...
void Start(Bool_t reset=kTRUE)
Start the stopwatch.
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
Timer(double &t, const std::string &s="")
void Stop()
Stop the stopwatch.
void printTime(TStopwatch &time, std::string s)
Timer(const std::string &s="")
Namespace for new Math classes and functions.