Typedefs | |
| typedef timeval | os_TIME |
Functions | |
| int | getCPUCount () |
| return the CPU count. On error returns a cpu count of 0 or -1 | |
| 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 | |
|
|
|
|
|
return the CPU count. On error returns a cpu count of 0 or -1
Definition at line 33 of file Utils.cpp. Referenced by main(), and PanoDetector::PanoDetector(). |
|
|
returns the total memory in byte
Definition at line 89 of file Utils.cpp. Referenced by PanoDetector::run(). |
|
|
|
|
||||||||||||
|
|
1.3.9.1