Logo ROOT   6.10/09
Reference Guide
List of all members | 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 ()
 

Private Attributes

std::string fName
 
double * fTime
 
TStopwatch fWatch
 

#include </mnt/build/workspace/root-makedoc-v610/rootspi/rdoc/src/v6-10-00-patches/math/smatrix/test/TestTimer.h>

Constructor & Destructor Documentation

◆ Timer() [1/2]

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

Definition at line 33 of file TestTimer.h.

◆ Timer() [2/2]

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

Definition at line 37 of file TestTimer.h.

◆ ~Timer()

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

Definition at line 42 of file TestTimer.h.

Member Data Documentation

◆ fName

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

Definition at line 55 of file TestTimer.h.

◆ fTime

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

Definition at line 56 of file TestTimer.h.

◆ fWatch

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

Definition at line 57 of file TestTimer.h.


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