Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
utils Namespace Reference

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 Documentation

typedef struct timeval utils::os_TIME

Definition at line 44 of file Utils.h.

Function Documentation

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().

void utils::os_GetTime ( os_TIME *  time)
inline

Definition at line 47 of file Utils.h.

int utils::os_TimeDiff ( os_TIME *  time1,
os_TIME *  time2 
)
inline

Definition at line 57 of file Utils.h.