gem5
|
#include "pybind11/pybind11.h"
#include "pybind11/stl.h"
#include "base/statistics.hh"
#include "base/stats/text.hh"
#include "sim/stat_control.hh"
#include "sim/stat_register.hh"
Go to the source code of this file.
Namespaces | |
Stats | |
Functions | |
void | Stats::pythonDump () |
void | Stats::pythonReset () |
void | pybind_init_stats (py::module &m_native) |
void pybind_init_stats | ( | py::module & | m_native | ) |
Definition at line 73 of file stats.cc.
References Stats::Info::baseCheck(), Stats::Output::begin(), Stats::Info::check(), Stats::Info::desc, Stats::Info::enable(), Stats::enable(), Stats::enabled(), Stats::Output::end(), Stats::Info::flags, Stats::Info::id, Stats::initSimStats(), Stats::initText(), ArmISA::m, Stats::Info::name, Stats::periodicStatDump(), Stats::Info::prepare(), Stats::processDumpQueue(), Stats::processResetQueue(), Stats::registerPythonStatsHandlers(), Stats::Info::reset(), Stats::schedStatEvent(), Stats::statsList(), Stats::updateEvents(), Stats::Output::valid(), Stats::Info::visit(), and Stats::Info::zero().