#include <iostream>#include <iomanip>#include <Basics.H>#include "Timer.H"Include dependency graph for TestTimer.C:

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 |
| void Error | ( | char * | msg | ) | throw () |
Definition at line 41 of file TestTimer.C.
References Error().
Referenced by AddPrimitive(), AddPrimitiveOp(), AddPrimitiveUnOp(), AddStmtAssocs(), AddToNewStuff(), ApplicationFromCache(), Assert(), CleanDir(), CollectDpnd(), ConvertToBindElem(), CreateDerived(), ExprC::EError(), Error(), FileEC::Eval(), Interpret(), IterateAssoc(), Lookup(), main(), Map(), ModelFromCache(), Token::Next(), NormalModelFromCache(), OpenSource(), Or(), ParMap(), PError(), PickleC::PickleVal(), PrimError(), RunTool(), RunToolFromCache(), RunToolHostInit(), Token::ScanComment(), Token::ScanIdNumber(), Token::ScanPragma(), Token::ScanText(), ShipShortId(), ShipText(), ShipValue(), TextVC::TextC::TextC(), PickleC::UnpickleVal(), ValC::VError(), and VestaShip().
Here is the call graph for this function:

Here is the caller graph for this function:

| int main | ( | void | ) |
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().
Here is the call graph for this function:

| const int InnerLoopCnt = 15000 |
| const int NumPasses = 1000 |
1.5.1