gem5
|
Go to the source code of this file.
Functions | |
std::string | __get_hostname () |
std::string & | hostname () |
uint64_t | procInfo (const char *filename, const char *target) |
uint64_t | memUsage () |
Determine the simulator process' total virtual memory usage. More... | |
std::string __get_hostname | ( | ) |
std::string& hostname | ( | ) |
Definition at line 66 of file hostinfo.cc.
References __get_hostname(), and hostname().
Referenced by hostname().
uint64_t memUsage | ( | ) |
Determine the simulator process' total virtual memory usage.
Definition at line 101 of file hostinfo.cc.
References procInfo().
Referenced by Stats::Global::Global(), and ExitLogger::printEpilogue().
uint64_t procInfo | ( | const char * | filename, |
const char * | target | ||
) |
Definition at line 73 of file hostinfo.cc.
References ArmISA::format, MipsISA::fp, startswith(), and usage().
Referenced by memUsage().