std::ostream & operator<<(std::ostream &os, const BaseVector< T > &v)
A helper class for automated time stamping. Timing is started as soon as an object of this class is c...
static Timestamp timestamp
A global time stamp object for program runtime measurement.
unsigned long m_startTime
The system at object instantiation.
void resetTimer()
Resets the internal timer.
unsigned long getElapsedTimeInMs() const
Returns the milliseconds since object creation.
double getCurrentTimeinS() const
Returns the current system time in seconds.
double getElapsedTimeInS() const
Returns the time since instantiation in seconds.
unsigned long getCurrentTimeInMs() const
Returns the current system time in milliseconds.
std::ostream m_nullStream
string getElapsedTime() const
Returns a string representation of the current timer value.
void setQuiet(bool quiet)
ostream & getNullStream()