|
Hugin trunk 0.1
|
#include <sys/time.h>

Go to the source code of this file.
Namespaces | |
| namespace | 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 | |
| unsigned int | utils::GetPhysicalCPUCount () |
| return the number of physical cpu cores | |