|
Hugintrunk
0.1
|
Typedefs | |
| typedef struct timeval | os_TIME |
Functions | |
| void | os_GetTime (os_TIME *time) |
| int | os_TimeDiff (os_TIME *time1, os_TIME *time2) |
| unsigned long long | getTotalMemory () |
| returns the total memory in byte More... | |
| unsigned int | GetPhysicalCPUCount () |
| return the number of physical cpu cores More... | |
| typedef struct timeval utils::os_TIME |
| unsigned int utils::GetPhysicalCPUCount | ( | ) |
return the number of physical cpu cores
Definition at line 126 of file Utils.cpp.
Referenced by PanoDetector::run().
| unsigned long long utils::getTotalMemory | ( | ) |
returns the total memory in byte
Definition at line 65 of file Utils.cpp.
Referenced by PanoDetector::run().
1.8.5