OpenM++ runtime library (libopenm)
omOS.h File Reference

OpenM++ platform-specific utility functions. More...

Include dependency graph for omOS.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  openm
 openM++ namespace
 

Functions

int64_t openm::getMilliseconds (void)
 return number of milliseconds since epoch to measure intervals
 
const std::string openm::getDefaultLocaleName (void)
 get user prefered locale name: en-CA en-CA or empty "" string on error
 
std::tuple< uint64_t, uint64_t > openm::getProcessMemorySize (void)
 return current process memory size and max peak memory size, in bytes. More...
 

Detailed Description

OpenM++ platform-specific utility functions.