![]() |
PhoenixClockMock
2.0.0
Tool to manipulate mock of clock (split, merge and get info)
|
#include "PTimer.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
bool | testCopyPtimer () |
bool | testPtimer () |
test if setTimer works More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 33 of file main.cpp.
References testCopyPtimer(), and testPtimer().
bool testCopyPtimer | ( | ) |
Definition at line 21 of file main.cpp.
References PTimer::getEllapsedTime(), and PTimer::setEllapsedTime().
Referenced by main().
bool testPtimer | ( | ) |
test if setTimer works
Definition at line 12 of file main.cpp.
References PTimer::isTime(), and PTimer::setStartTime().
Referenced by main().