gem5  v21.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions | Variables
statistics.cc File Reference
#include "base/statistics.hh"
#include <cassert>
#include <list>
#include <map>
#include <string>
#include <utility>
#include "base/callback.hh"
#include "base/logging.hh"
#include "sim/root.hh"

Go to the source code of this file.

Namespaces

 Stats
 

Functions

std::list< Info * > & Stats::statsList ()
 
MapType & Stats::statsMap ()
 
void Stats::registerHandlers (Handler reset_handler, Handler dump_handler)
 
void Stats::processResetQueue ()
 Process all the callbacks in the reset callbacks queue. More...
 
void Stats::processDumpQueue ()
 Process all the callbacks in the dump callbacks queue. More...
 
void Stats::registerResetCallback (const std::function< void()> &callback)
 Register a callback that should be called whenever statistics are reset. More...
 
bool Stats::enabled ()
 
void Stats::enable ()
 
void Stats::dump ()
 Dump all statistics data to the registered outputs. More...
 
void Stats::reset ()
 
const Info * Stats::resolve (const std::string &name)
 
void Stats::registerDumpCallback (const std::function< void()> &callback)
 Register a callback that should be called whenever statistics are about to be dumped. More...
 
void debugDumpStats ()
 

Variables

Handler Stats::resetHandler = NULL
 
Handler Stats::dumpHandler = NULL
 
CallbackQueue Stats::dumpQueue
 
CallbackQueue Stats::resetQueue
 
bool Stats::_enabled = false
 

Function Documentation

◆ debugDumpStats()

void debugDumpStats ( )

Definition at line 327 of file statistics.cc.

References Stats::dump().


Generated on Tue Mar 23 2021 19:41:31 for gem5 by doxygen 1.8.17