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

/gem5/src/base/stats/
H A Dhdf5.hh153 std::unique_ptr<Output> initHDF5(
H A Dhdf5.cc318 initHDF5(const std::string &filename, unsigned chunking, function in namespace:Stats
/gem5/src/python/pybind11/
H A Dstats.cc87 .def("initHDF5", &Stats::initHDF5)
/gem5/src/python/m5/stats/
H A D__init__.py154 @_url_factory([ "h5", ], enable=hasattr(_m5.stats, "initHDF5"))
188 return _m5.stats.initHDF5(fn, chunking, desc, formulas)

Completed in 7 milliseconds