|
Hugintrunk
0.1
|
#include <sys/time.h>

Go to the source code of this file.
Namespaces | |
| utils | |
Macros | |
| #define | TIMETRACE(TEXT, CODE) |
Typedefs | |
| typedef struct timeval | utils::os_TIME |
Functions | |
| void | utils::os_GetTime (os_TIME *time) |
| int | utils::os_TimeDiff (os_TIME *time1, os_TIME *time2) |
| unsigned long long | utils::getTotalMemory () |
| returns the total memory in byte More... | |
| unsigned int | utils::GetPhysicalCPUCount () |
| return the number of physical cpu cores More... | |
| #define TIMETRACE | ( | TEXT, | |
| CODE | |||
| ) |
Definition at line 32 of file Utils.h.
Referenced by main().
1.8.5