NeoPZ
|
Contains the implementation of the methods to TPZTimer class. More...
Go to the source code of this file.
Macros | |
#define | DIGITS2(STREAM, TIME) |
Define to print two digits (increment zeros) More... | |
Functions | |
std::ostream & | operator<< (std::ostream &Out, const TPZTimer &t) |
std::ostream & | operator<< (std::ostream &Out, const TPZMultiTimer &t) |
Contains the implementation of the methods to TPZTimer class.
Definition in file TPZTimer.cpp.
#define DIGITS2 | ( | STREAM, | |
TIME | |||
) |
Define to print two digits (increment zeros)
Definition at line 12 of file TPZTimer.cpp.
Referenced by operator<<().
std::ostream& operator<< | ( | std::ostream & | Out, |
const TPZTimer & | t | ||
) |
Definition at line 48 of file TPZTimer.cpp.
References TPZTimer::AccumSec, and DIGITS2.
std::ostream& operator<< | ( | std::ostream & | Out, |
const TPZMultiTimer & | t | ||
) |
Definition at line 78 of file TPZTimer.cpp.
References TPZMultiTimer::getTimer(), TPZMultiTimer::nTimers(), and TPZMultiTimer::processName().