![]() |
QMCPACK
|
Go to the source code of this file.
Functions | |
std::string | getHostName () |
< return the host name More... | |
std::string | getDateAndTime () |
std::string | getDateAndTime (const char *format) |
get the time and date with a format More... | |
size_t | freemem () |
size_t | memusage () |
Function declarations to get system information.
Definition in file sysutil.h.
size_t freemem | ( | ) |
Definition at line 53 of file sysutil.cpp.
Referenced by qmcplusplus::print_mem().
std::string getDateAndTime | ( | ) |
Definition at line 31 of file sysutil.cpp.
Referenced by ProjectData::get(), ProjectData::ProjectData(), ProjectData::put(), and VariableSet::writeToHDF().
std::string getDateAndTime | ( | const char * | format | ) |
get the time and date with a format
Definition at line 38 of file sysutil.cpp.
std::string getHostName | ( | ) |
< return the host name
return the date and time
Definition at line 24 of file sysutil.cpp.
Referenced by ProjectData::put().
size_t memusage | ( | ) |
Definition at line 66 of file sysutil.cpp.
Referenced by qmcplusplus::print_mem().