#include <TickCounter.h>
Public Member Functions | |
void | start () |
Starts tick counting. | |
void | end () |
Ends tick counting. | |
int | getTicks () |
Returns the amount of picoseconds spent between start() and end(). | |
Protected Attributes | |
__int64 | mStartTick |
__int64 | mEndTick |
|
Ends tick counting.
|
|
Returns the amount of picoseconds spent between start() and end().
|
|
Starts tick counting.
|
|
|
|
|