#include <BESStopWatch.h>
Inheritance diagram for BESStopWatch:
Public Member Functions | |
BESStopWatch () | |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
virtual int | microseconds () |
virtual int | seconds () |
virtual bool | start () |
virtual bool | stop () |
virtual | ~BESStopWatch () |
Definition at line 44 of file BESStopWatch.h.
BESStopWatch::BESStopWatch | ( | ) | [inline] |
Definition at line 54 of file BESStopWatch.h.
virtual BESStopWatch::~BESStopWatch | ( | ) | [inline, virtual] |
Definition at line 55 of file BESStopWatch.h.
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.
Definition at line 157 of file BESStopWatch.cc.
References BESIndent::LMarg().
Here is the call graph for this function:
virtual int BESStopWatch::microseconds | ( | ) | [inline, virtual] |
Definition at line 63 of file BESStopWatch.h.
virtual int BESStopWatch::seconds | ( | ) | [inline, virtual] |
Definition at line 58 of file BESStopWatch.h.
bool BESStopWatch::start | ( | ) | [virtual] |
bool BESStopWatch::stop | ( | ) | [virtual] |