|
OPeNDAP Hyrax Back End Server (BES) Updated for version 3.8.3
|
#include <BESStopWatch.h>


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().

| 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] |
Definition at line 45 of file BESStopWatch.cc.
References BESDEBUG.
| bool BESStopWatch::stop | ( | ) | [virtual] |
Definition at line 77 of file BESStopWatch.cc.
References BESDEBUG.