Skip to content
Snippets Groups Projects
Commit a28c4236 authored by Timo Koch's avatar Timo Koch
Browse files

[timeloop] Rename wallTime -> wallClockTime

parent 647137ea
No related branches found
No related tags found
1 merge request!1160Fix/checkpoint timeloop
......@@ -166,9 +166,9 @@ public:
{ endTime_ = t; }
/*!
* \brief Returns the current wall time (cpu time).
* \brief Returns the current wall clock time (cpu time).
*/
double wallTime() const
double wallClockTime() const
{ return cpuTime_; }
/*!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment