A simple TIMER class useful for tracking a call execution time. More...
#include <CppUnitTestFunctionExecTimer.h>
Public Member Functions | |
CppUnitTestFunctionExecTimer () | |
~CppUnitTestFunctionExecTimer () | |
void | StartTimer (void) |
void | StopTimer (void) |
double | GetDuration (void) const |
double | TimeElaspedInSeconds () const |
std::string | ToString (void) const |
A simple TIMER class useful for tracking a call execution time.
CppUnitTestFunctionExecTimer::CppUnitTestFunctionExecTimer | ( | ) |
CppUnitTestFunctionExecTimer::~CppUnitTestFunctionExecTimer | ( | ) |
double CppUnitTestFunctionExecTimer::GetDuration | ( | void | ) | const |
void CppUnitTestFunctionExecTimer::StartTimer | ( | void | ) |
void CppUnitTestFunctionExecTimer::StopTimer | ( | void | ) |
double CppUnitTestFunctionExecTimer::TimeElaspedInSeconds | ( | ) | const |
std::string CppUnitTestFunctionExecTimer::ToString | ( | void | ) | const |
© Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |