#include <XrdMonTimer.hh>
| XrdMonTimer::XrdMonTimer |
( |
| ) |
|
|
inline |
| double XrdMonTimer::calcDif |
( |
const struct timeval & |
start, |
|
|
const struct timeval & |
stop |
|
) |
| const |
|
inlineprivate |
| double XrdMonTimer::calcElapsed |
( |
| ) |
|
|
inlineprivate |
| double XrdMonTimer::convert2Double |
( |
const timeval & |
t | ) |
const |
|
inlineprivate |
| double XrdMonTimer::getElapsed |
( |
| ) |
const |
|
inline |
Returns total elapsed time (sum of deltas between all "starts" and "stops"). If counter is currently started and not stopped that interval will not be included.
References _elapsed.
| int XrdMonTimer::isOn |
( |
const struct timeval & |
t | ) |
const |
|
inlineprivate |
| void XrdMonTimer::printAll |
( |
| ) |
const |
| void XrdMonTimer::printElapsed |
( |
const char * |
str | ) |
|
| void XrdMonTimer::printOne |
( |
const timeval & |
t, |
|
|
const char * |
prefix = 0 |
|
) |
| const |
|
private |
| void XrdMonTimer::reset |
( |
| ) |
|
|
inline |
| void XrdMonTimer::resetTBeg |
( |
| ) |
|
|
inlineprivate |
| void XrdMonTimer::resetTElapsed |
( |
| ) |
|
|
inlineprivate |
| int XrdMonTimer::start |
( |
| ) |
|
|
inline |
| double XrdMonTimer::stop |
( |
| ) |
|
|
inline |
| int XrdMonTimer::timerOn |
( |
| ) |
const |
|
inlineprivate |
| double XrdMonTimer::_elapsed |
|
private |
| struct timeval XrdMonTimer::_tbeg |
|
private |
The documentation for this class was generated from the following files: