Definition at line 15 of file ProfilerTest.H.
#include <ProfilerTest.H>
Public Types | |
typedef void(testmanager::* | SuperTestFunction) (test::results &) |
![]() | |
typedef test::results | Results |
typedef void(manager::* | TestFunctionType) (test::results &) |
typedef std::map< std::string, TestFunctionType > | FunctionMapType |
Public Member Functions | |
testmanager () | |
void | SetDriverProgram (TestGlobalType *inProgram) |
void | Test__BasicTimer (test::results &result) |
void | AddTest (const std::string &testName, SuperTestFunction TestFunction) |
![]() | |
virtual void | Prologue () |
Set up the tests and any test fixture constructs. More... | |
virtual void | Process (Results &results) |
Process all tests and populate a "results" object. More... | |
virtual void | ProcessTests (std::list< std::string > &names, Results &results) |
Process named tests from a list and populate a "results" object. More... | |
virtual void | RunTest (const std::string &name, Results &results) |
Run a particular test. More... | |
virtual void | Epilogue () |
Clean up any test fixtures that need cleaning. More... | |
virtual void | AddTest (const std::string &testName, TestFunctionType TestFunc) |
Add a test. More... | |
FunctionMapType & | FunctionMap () |
virtual void | ListTests (std::ostream &outStream) |
virtual | ~manager () |
Protected Attributes | |
TestGlobalType * | driverProgram |
![]() | |
FunctionMapType | testFunctionMap |
typedef void(testmanager::* SuperTestFunction) (test::results &) |
Definition at line 20 of file ProfilerTest.H.
|
inline |
Definition at line 21 of file ProfilerTest.H.
References testmanager::AddTest(), and testmanager::Test__BasicTimer().
|
inline |
Definition at line 33 of file ProfilerTest.H.
References manager< ResultsType >::AddTest().
Referenced by testmanager::testmanager().
|
inline |
Definition at line 28 of file ProfilerTest.H.
References testmanager::Test__BasicTimer().
Referenced by main().
void Test__BasicTimer | ( | test::results & | result | ) |
Definition at line 136 of file TestProfiler.C.
References ProfilerObj::Finalize(), ProfilerObj::FunctionEntry(), ProfilerObj::FunctionExit(), ProfilerObj::Init(), ProfilerObj::SummarizeSerialExecution(), and ix::profiler::Time().
Referenced by testmanager::SetDriverProgram(), and testmanager::testmanager().
|
protected |
Definition at line 18 of file ProfilerTest.H.