A simple TIMER class useful for tracking a call execution time.
More...
#include <CppUnitTestFunctionExecTimer.h>
List of all members.
Detailed Description
A simple TIMER class useful for tracking a call execution time.
Constructor & Destructor Documentation
CppUnitTestFunctionExecTimer::CppUnitTestFunctionExecTimer |
( |
|
) |
|
CppUnitTestFunctionExecTimer::~CppUnitTestFunctionExecTimer |
( |
|
) |
|
Member Function Documentation
double CppUnitTestFunctionExecTimer::GetDuration |
( |
void |
|
) |
const |
void CppUnitTestFunctionExecTimer::StartTimer |
( |
void |
|
) |
|
void CppUnitTestFunctionExecTimer::StopTimer |
( |
void |
|
) |
|
double CppUnitTestFunctionExecTimer::TimeElaspedInSeconds |
( |
|
) |
const |
std::string CppUnitTestFunctionExecTimer::ToString |
( |
void |
|
) |
const |
The documentation for this class was generated from the following files: