#include <StopWatch.hpp>
List of all members.
Detailed Description
Class is used to measure the clock time between start end stop events
Constructor & Destructor Documentation
| zeus::TStopWatch::TStopWatch |
( |
bool |
bStart = true ) |
[inline] |
Creates the stop watch object
Member Function Documentation
| bool zeus::TStopWatch::exceedTime |
( |
const Float & |
rfMaxTime ) |
[inline] |
checks if the stop watch exceeds a certain time limit
- Parameters:
-
- Return values:
-
| true | : time exceeded |
| false,: | time not exceeded yet |
| Float zeus::TStopWatch::getStoppedTime |
( |
) |
const [inline] |
| Float zeus::TStopWatch::getTime |
( |
) |
const [inline] |
| void zeus::TStopWatch::pause |
( |
) |
[inline] |
| void zeus::TStopWatch::print |
( |
const TString & |
rEvent ) |
const [inline] |
| void zeus::TStopWatch::reset |
( |
) |
[inline] |
resets the watch. This will stop the watch and resets the paused time
| void zeus::TStopWatch::start |
( |
) |
[inline] |
| Float zeus::TStopWatch::stop |
( |
) |
[inline] |
| void zeus::TStopWatch::stopAndPrint |
( |
const TString & |
rEvent ) |
[inline] |
stops the watch and prints the message to the stdout
The documentation for this class was generated from the following file: