| gem5
    v19.0.0.0
    | 
#include <unistd.h>#include "base/hostinfo.hh"#include <cctype>#include <cerrno>#include <cmath>#include <cstdio>#include <cstdlib>#include <cstring>#include <string>#include "base/logging.hh"#include "base/str.hh"#include "base/types.hh"Go to the source code of this file.
| Functions | |
| string | __get_hostname () | 
| string & | hostname () | 
| uint64_t | procInfo (const char *filename, const char *target) | 
| uint64_t | memUsage () | 
| Determine the simulator process' total virtual memory usage.  More... | |
| string __get_hostname | ( | ) | 
| 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().
| uint64_t procInfo | ( | const char * | filename, | 
| const char * | target | ||
| ) | 
Definition at line 73 of file hostinfo.cc.
References ArmISA::format, ArmISA::fp, startswith(), and usage().
Referenced by memUsage().