24 double time = ((double) ffinal.time + ((
double) ffinal.millitm * 0.001)) - ((
double) finicio.time + ((double) finicio.millitm * 0.001));
28 oss << time <<
" seconds\n";
38 double time = ((double) ffinal.time + ((
double) ffinal.millitm * 0.001)) - ((
double) finicio.time + ((double) finicio.millitm * 0.001));
~TPZfTime()
Default destructor.
double ReturnTimeDouble()
When called, returns the time since the creation of the object in a double.
Contains the TPZfTime class which calculates times.
std::string ReturnTimeString()
When called, returns the time since the creation of the object in a string.
TPZfTime()
Start the timer when the object is created.