#include <matInclude.h>
Public Member Functions | |
Time () | |
void | tic () |
float | toc () |
Static Private Member Functions | |
static double | get_wall_seconds () |
Private Attributes | |
double | ticTime |
mat::Time::Time | ( | ) |
void mat::Time::tic | ( | ) |
References get_wall_seconds(), and ticTime.
Referenced by mat::Matrix< Treal, Telement >::allocate(), mat::FileWritable::FileWritable(), mat::FileWritable::operator=(), mat::Purification< Treal, Tmatrix, TdebugPolicy >::Purification(), mat::FileWritable::readFromFile(), mat::Purification< Treal, Tmatrix, TdebugPolicy >::step(), mat::Purification< Treal, Tmatrix, TdebugPolicy >::stepComputeInfo(), and mat::FileWritable::writeToFile().
float mat::Time::toc | ( | ) |
References get_wall_seconds(), and ticTime.
Referenced by mat::Matrix< Treal, Telement >::allocate(), mat::FileWritable::FileWritable(), mat::FileWritable::operator=(), mat::Purification< Treal, Tmatrix, TdebugPolicy >::Purification(), mat::FileWritable::readFromFile(), mat::Purification< Treal, Tmatrix, TdebugPolicy >::step(), mat::Purification< Treal, Tmatrix, TdebugPolicy >::stepComputeInfo(), and mat::FileWritable::writeToFile().
double mat::Time::ticTime [private] |