29#ifndef __STAT_TESTER_HH__
30#define __STAT_TESTER_HH__
33#include "params/ScalarStatTester.hh"
34#include "params/SparseHistStatTester.hh"
35#include "params/StatTester.hh"
36#include "params/Vector2dStatTester.hh"
37#include "params/VectorStatTester.hh"
114 const ScalarStatTesterParams &
params
135 const VectorStatTesterParams &
params
156 const Vector2dStatTesterParams &
params
177 const SparseHistStatTesterParams &
params
virtual std::string name() const
gem5::ScalarStatTester::ScalarStatTesterStats stats
ScalarStatTester(const ScalarStatTesterParams &p)
ScalarStatTesterParams params
Abstract superclass for simulation objects.
gem5::SparseHistStatTester::SparseHistStatTesterStats stats
SparseHistStatTester(const SparseHistStatTesterParams &p)
SparseHistStatTesterParams params
This classes are used to test the stats system from setting through to output.
void startup() override
startup() is the final initialization call before simulation.
StatTester(const StatTesterParams &p)
EventFunctionWrapper event
Vector2dStatTester(const Vector2dStatTesterParams &p)
Vector2dStatTesterParams params
gem5::Vector2dStatTester::Vector2dStatTesterStats stats
VectorStatTesterParams params
gem5::VectorStatTester::VectorStatTesterStats stats
VectorStatTester(const VectorStatTesterParams &p)
This is a simple scalar statistic, like a counter.
A 2-Dimensional vecto of scalar stats.
A vector of scalar stats.
void schedule(Event &event, Tick when)
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
Tick curTick()
The universal simulation clock.
Declaration of Statistics objects.
ScalarStatTesterStats(statistics::Group *parent, const ScalarStatTesterParams ¶ms)
statistics::Scalar scalar
statistics::SparseHistogram sparse_histogram
SparseHistStatTesterStats(statistics::Group *parent, const SparseHistStatTesterParams ¶ms)
Vector2dStatTesterStats(statistics::Group *parent, const Vector2dStatTesterParams ¶ms)
statistics::Vector2d vector2d
VectorStatTesterStats(statistics::Group *parent, const VectorStatTesterParams ¶ms)
statistics::Vector vector