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 More... | |
virtual int | microseconds () |
virtual int | seconds () |
virtual bool | start () |
virtual bool | stop () |
virtual | ~BESStopWatch () |
Definition at line 44 of file BESStopWatch.h.
|
inline |
Definition at line 54 of file BESStopWatch.h.
|
inlinevirtual |
Definition at line 55 of file BESStopWatch.h.
References start(), and stop().
|
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().
Referenced by microseconds().
|
inlinevirtual |
Definition at line 63 of file BESStopWatch.h.
References dump().
Referenced by CmdClient::executeClientCommand(), and BESServerHandler::handle().
|
inlinevirtual |
Definition at line 58 of file BESStopWatch.h.
Referenced by CmdClient::executeClientCommand(), and BESServerHandler::handle().
|
virtual |
Definition at line 45 of file BESStopWatch.cc.
References BESDEBUG.
Referenced by CmdClient::executeClientCommand(), BESServerHandler::handle(), stop(), and ~BESStopWatch().
|
virtual |
Definition at line 77 of file BESStopWatch.cc.
References BESDEBUG, and start().
Referenced by CmdClient::executeClientCommand(), BESServerHandler::handle(), and ~BESStopWatch().