ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
ROOT::Math::test::Timer Class Reference

Definition at line 29 of file TestTimer.h.

Public Member Functions

 Timer (const std::string &s="")
 
 Timer (double &t, const std::string &s="")
 
 ~Timer ()
 
 Timer (const std::string &s="")
 
 Timer (double &t, const std::string &s="")
 
 ~Timer ()
 

Private Attributes

std::string fName
 
doublefTime
 
TStopwatch fWatch
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/smatrix/test/TestTimer.h>

+ Collaboration diagram for ROOT::Math::test::Timer:

Constructor & Destructor Documentation

ROOT::Math::test::Timer::Timer ( const std::string &  s = "")
inline

Definition at line 33 of file TestTimer.h.

ROOT::Math::test::Timer::Timer ( double t,
const std::string &  s = "" 
)
inline

Definition at line 37 of file TestTimer.h.

ROOT::Math::test::Timer::~Timer ( )
inline

Definition at line 42 of file TestTimer.h.

ROOT::Math::test::Timer::Timer ( const std::string &  s = "")
inline

Definition at line 33 of file TestTimer.h.

ROOT::Math::test::Timer::Timer ( double t,
const std::string &  s = "" 
)
inline

Definition at line 37 of file TestTimer.h.

ROOT::Math::test::Timer::~Timer ( )
inline

Definition at line 42 of file TestTimer.h.

Member Data Documentation

std::string ROOT::Math::test::Timer::fName
private

Definition at line 55 of file TestTimer.h.

Referenced by ~Timer().

double * ROOT::Math::test::Timer::fTime
private

Definition at line 56 of file TestTimer.h.

Referenced by ~Timer().

TStopwatch ROOT::Math::test::Timer::fWatch
private

Definition at line 57 of file TestTimer.h.

Referenced by Timer(), and ~Timer().


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