#include <windows.h>
#include <time.h>
Go to the source code of this file.
Functions | |
LONGLONG __cdecl | TimeCounter_read () |
LONGLONG | TimeCounter_init () |
LONGLONG | TimeCounter_getDiffInUs (LONGLONG countEnd, LONGLONG countStart) |
LONGLONG | TimeCounter_getDiffInMs (LONGLONG countEnd, LONGLONG countStart) |
char * | TimeCounter_toUsString (LONGLONG count) |
char * | TimeCounter_toMsString (LONGLONG count) |
LONGLONG TimeCounter_getDiffInMs | ( | LONGLONG | countEnd, | |
LONGLONG | countStart | |||
) |
LONGLONG TimeCounter_getDiffInUs | ( | LONGLONG | countEnd, | |
LONGLONG | countStart | |||
) |
Definition at line 25 of file TimeCounter.cpp.
References usTicks.
Referenced by GL3DView::paintGL().
LONGLONG TimeCounter_init | ( | ) |
Definition at line 14 of file TimeCounter.cpp.
References msTicks, and usTicks.
Referenced by main().
LONGLONG __cdecl TimeCounter_read | ( | ) |
char* TimeCounter_toMsString | ( | LONGLONG | count | ) |
Definition at line 62 of file TimeCounter.cpp.
char* TimeCounter_toUsString | ( | LONGLONG | count | ) |
Definition at line 43 of file TimeCounter.cpp.