#include <BESStopWatch.h>
Public Member Functions | |
BESStopWatch () | |
virtual | ~BESStopWatch () |
virtual bool | start () |
virtual bool | stop () |
virtual int | seconds () |
virtual int | microseconds () |
virtual void | dump (ostream &strm) const |
dumps information about this object |
BESStopWatch::BESStopWatch | ( | ) | [inline] |
virtual BESStopWatch::~BESStopWatch | ( | ) | [inline, virtual] |
bool BESStopWatch::start | ( | ) | [virtual] |
bool BESStopWatch::stop | ( | ) | [virtual] |
virtual int BESStopWatch::seconds | ( | ) | [inline, virtual] |
Referenced by CmdClient::executeCommand().
virtual int BESStopWatch::microseconds | ( | ) | [inline, virtual] |
Referenced by CmdClient::executeCommand().
void BESStopWatch::dump | ( | ostream & | strm | ) | const [virtual] |
dumps information about this object
Displays the pointer value of this instance
strm | C++ i/o stream to dump the information to |
Implements BESObj.
References BESIndent::LMarg().