#include <common/system.h>
#include <logging.h>
#include <util/string.h>
#include <util/time.h>
#include <util/translation.h>
#include <cstdlib>
#include <locale>
#include <stdexcept>
#include <string>
#include <thread>
#include <sys/stat.h>
Go to the source code of this file.
◆ GetNumCores()
Return the number of cores available on the current system.
- Note
- This does count virtual cores, such as those provided by HyperThreading.
Definition at line 111 of file system.cpp.
◆ GetStartupTime()
int64_t GetStartupTime |
( |
| ) |
|
◆ SetupEnvironment()
void SetupEnvironment |
( |
| ) |
|
◆ SetupNetworking()
◆ ShellEscape()
std::string ShellEscape |
( |
const std::string & |
arg | ) |
|
◆ nStartupTime
const int64_t nStartupTime = GetTime() |