Searched refs:getStats (Results 1 - 4 of 4) sorted by relevance

/gem5/src/base/stats/
H A Dgroup.hh144 const std::vector<Info *> &getStats() const;
H A Dgroup.cc125 Group::getStats() const function in class:Stats::Group
/gem5/src/python/pybind11/
H A Dstats.cc130 .def("getStats", &Stats::Group::getStats)
/gem5/src/python/m5/stats/
H A D__init__.py251 for stat in g.getStats():
336 for stat in group.getStats():

Completed in 8 milliseconds