#include <iostream>
#include <iomanip>
#include <Basics.H>
#include "Timer.H"
Go to the source code of this file.
Functions | |
void | Error (char *msg) throw () |
int | main () |
Variables | |
const int | NumPasses = 1000 |
const int | InnerLoopCnt = 15000 |
|
|
Definition at line 48 of file TestTimer.C. References Timer::T::Elapsed(), Error(), Timer::Grain, InnerLoopCnt, max(), min(), NumPasses, Timer::T::Reset(), Timer::T::Start(), and Timer::T::Stop(). |
|
Definition at line 39 of file TestTimer.C. Referenced by main(). |
|
Definition at line 38 of file TestTimer.C. Referenced by main(). |