8 if(configfile!=
"") m_variables.Initialise(configfile);
15 bool use_stopwatch =
false;
16 m_variables.Get(
"use_stopwatch", use_stopwatch);
std::string Result(std::string method_name, std::string output_file="")
void Start()
Start the stopwatch.
StopwatchTimes Stop()
Stop the stopwatch, returning the CPU time.
Logging * Log
Log class pointer for use in Tools, it can be used to send messages which can have multiple error lev...
void Log(const std::string &message, const int message_level)
Format messages in the same way as for tools.