Hugin trunk 0.1
Loading...
Searching...
No Matches
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
 
unsigned int GetPhysicalCPUCount ()
 return the number of physical cpu cores
 

Typedef Documentation

◆ os_TIME

Definition at line 44 of file Utils.h.

Function Documentation

◆ GetPhysicalCPUCount()

unsigned int utils::GetPhysicalCPUCount ( )

return the number of physical cpu cores

Definition at line 126 of file Utils.cpp.

References threshold().

Referenced by PanoDetector::run().

◆ getTotalMemory()

unsigned long long utils::getTotalMemory ( )

returns the total memory in byte

Definition at line 65 of file Utils.cpp.

References threshold().

Referenced by PanoDetector::run().

◆ os_GetTime()

void utils::os_GetTime ( os_TIME time)
inline

Definition at line 47 of file Utils.h.

References threshold().

◆ os_TimeDiff()

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

Definition at line 57 of file Utils.h.

References threshold().