Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Public Attributes
ResourceTimer Class Reference

more precise timer More...

#include <resourceMonitor.hh>

List of all members.

Public Member Functions

double reset (int nrun=1)
 ResourceTimer ()
void start ()
double stop (int nrun=1)
 ~ResourceTimer ()

Public Attributes

timespec t_cur
timespec t_old

Detailed Description

more precise timer

Author:
Holger Brandsmeier, 2009

Definition at line 67 of file resourceMonitor.hh.


Constructor & Destructor Documentation

ResourceTimer::ResourceTimer ( ) [inline]

Definition at line 70 of file resourceMonitor.hh.

Here is the call graph for this function:

ResourceTimer::~ResourceTimer ( ) [inline]

Definition at line 76 of file resourceMonitor.hh.


Member Function Documentation

double ResourceTimer::reset ( int  nrun = 1) [inline]

Definition at line 81 of file resourceMonitor.hh.

Here is the call graph for this function:

void ResourceTimer::start ( )
double ResourceTimer::stop ( int  nrun = 1)

Member Data Documentation

Definition at line 90 of file resourceMonitor.hh.

Definition at line 89 of file resourceMonitor.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)