8 if(configfile!=
"") m_variables.Initialise(configfile);
15 bool use_stopwatch =
false;
16 m_variables.Get(
"use_stopwatch", use_stopwatch);
36 m_data->RecoInfo.Reset();
39 for (std::map<std::string, ReconInfo *>::iterator it=m_data->RecoInfoMap.begin();
40 it!=m_data->RecoInfoMap.end();
42 ss <<
"DEBUG: Resetting RecoInfoMap name " << it->first;
std::string Result(std::string method_name, std::string output_file="")
void Start()
Start the stopwatch.
util::Stopwatch * m_stopwatch
The stopwatch, if we're using one.
StopwatchTimes Stop()
Stop the stopwatch, returning the CPU time.
bool Initialise(std::string configfile, DataModel &data)
void StreamToLog(int level)
void Log(const std::string &message, const int message_level)
Format messages in the same way as for tools.
std::string m_stopwatch_file
Image filename to save the histogram to, if required.