gem5
|
#include "pybind11/pybind11.h"
#include <iomanip>
#include <iostream>
#include <string>
#include "base/cprintf.hh"
#include "base/misc.hh"
#include "base/statistics.hh"
#include "base/types.hh"
#include "sim/core.hh"
#include "sim/init.hh"
#include "sim/stat_control.hh"
Go to the source code of this file.
Classes | |
class | TestClass |
struct | StatTest |
Functions | |
double | testfunc () |
StatTest & | __stattest () |
static void | stattest_init_pybind (py::module &m_internal) |
Variables | |
const char * | m5MainCommands [] |
static EmbeddedPyBind | embed_ ("stattest", stattest_init_pybind) |
StatTest & __stattest | ( | ) |
Definition at line 122 of file stattest.cc.
References ArmISA::st.
Referenced by stattest_init_pybind().
|
static |
Definition at line 676 of file stattest.cc.
References __stattest(), StatTest::init(), ArmISA::m, and StatTest::run().
double testfunc | ( | ) |
Definition at line 63 of file stattest.cc.
Referenced by StatTest::init().
|
static |
const char* m5MainCommands[] |
Definition at line 48 of file stattest.cc.
Referenced by m5Main().