Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
system.h File Reference
#include <cstddef>
#include <ctime>
#include <misc/global.h>
#include <string>
Include dependency graph for system.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sf
 

Functions

_MISC_FUNC int sf::getThreadCount ()
 Gets the thread count from the current process.
 
_MISC_FUNC timespec sf::getTimeRunning ()
 Gets the time this application is running.
 
_MISC_FUNC bool sf::loadDynamicLibrary (const std::string &path)
 Loads a dynamic library from the given path.