gem5
v21.0.0.0
|
#include "sim/stat_control.hh"
#include <fstream>
#include <iostream>
#include <list>
#include "base/callback.hh"
#include "base/statistics.hh"
#include "base/time.hh"
#include "sim/global_event.hh"
Go to the source code of this file.
Classes | |
class | Stats::StatEvent |
Event to dump and/or reset the statistics. More... | |
Namespaces | |
Stats | |
Functions | |
void | Stats::initSimStats () |
void | Stats::schedStatEvent (bool dump, bool reset, Tick when=curTick(), Tick repeat=0) |
Schedule statistics dumping. More... | |
void | Stats::periodicStatDump (Tick period=0) |
Schedule periodic statistics dumping. More... | |
void | Stats::updateEvents () |
Update the events after resuming from a checkpoint. More... | |
Variables | |
GlobalEvent * | Stats::dumpEvent |