OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
BESStopWatch Class Reference

#include <BESStopWatch.h>

Inheritance diagram for BESStopWatch:
Inheritance graph
Collaboration diagram for BESStopWatch:
Collaboration graph

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

Detailed Description

Definition at line 44 of file BESStopWatch.h.

Constructor & Destructor Documentation

BESStopWatch::BESStopWatch ( )
inline

Definition at line 54 of file BESStopWatch.h.

virtual BESStopWatch::~BESStopWatch ( )
inlinevirtual

Definition at line 55 of file BESStopWatch.h.

Member Function Documentation

void BESStopWatch::dump ( ostream &  strm) const
virtual

dumps information about this object

Displays the pointer value of this instance

Parameters
strmC++ i/o stream to dump the information to

Implements BESObj.

Definition at line 161 of file BESStopWatch.cc.

References BESIndent::LMarg().

Here is the call graph for this function:

virtual int BESStopWatch::microseconds ( )
inlinevirtual

Definition at line 63 of file BESStopWatch.h.

virtual int BESStopWatch::seconds ( )
inlinevirtual

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.


The documentation for this class was generated from the following files: