NeoPZ
|
Calculate the Times. Utility. More...
#include <TPZfTime.h>
Public Member Functions | |
TPZfTime () | |
Start the timer when the object is created. More... | |
~TPZfTime () | |
Default destructor. More... | |
std::string | ReturnTimeString () |
When called, returns the time since the creation of the object in a string. More... | |
double | ReturnTimeDouble () |
When called, returns the time since the creation of the object in a double. More... | |
Private Attributes | |
struct timeb finicio | ffinal |
Initial and final time calculates. More... | |
Calculate the Times. Utility.
Definition at line 21 of file TPZfTime.h.
TPZfTime::TPZfTime | ( | ) |
Start the timer when the object is created.
Definition at line 11 of file TPZfTime.cpp.
TPZfTime::~TPZfTime | ( | ) |
Default destructor.
Definition at line 16 of file TPZfTime.cpp.
double TPZfTime::ReturnTimeDouble | ( | ) |
When called, returns the time since the creation of the object in a double.
Definition at line 35 of file TPZfTime.cpp.
Referenced by TPZDohrStructMatrix::Create(), TPZDohrPrecond< TVar, TSubStruct >::MultAdd(), and TPZDohrMatrix< TVar, TSubStruct >::MultAdd().
std::string TPZfTime::ReturnTimeString | ( | ) |
When called, returns the time since the creation of the object in a string.
Definition at line 20 of file TPZfTime.cpp.
Referenced by TPZGenSubStruct::IdentifyCornerNodes(), main(), and TPZGenSubStruct::SubStructure().
|
private |
Initial and final time calculates.
Definition at line 39 of file TPZfTime.h.