![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bitcoin-build-config.h>
#include <cstdint>
#include <optional>
#include <string>
Go to the source code of this file.
Functions | |
int64_t | GetStartupTime () |
void | SetupEnvironment () |
bool | SetupNetworking () |
std::string | ShellEscape (const std::string &arg) |
int | GetNumCores () |
Return the number of cores available on the current system. More... | |
std::optional< size_t > | GetTotalRAM () |
Return the total RAM available on the current system, if detectable. More... | |
int GetNumCores | ( | ) |
Return the number of cores available on the current system.
Definition at line 109 of file system.cpp.
int64_t GetStartupTime | ( | ) |
std::optional< size_t > GetTotalRAM | ( | ) |
Return the total RAM available on the current system, if detectable.
Definition at line 114 of file system.cpp.
void SetupEnvironment | ( | ) |
Definition at line 65 of file system.cpp.
bool SetupNetworking | ( | ) |
std::string ShellEscape | ( | const std::string & | arg | ) |
Definition at line 43 of file system.cpp.