29 #include "pybind11/pybind11.h" 43 namespace py = pybind11;
47 "import m5.stattestmain",
48 "m5.stattestmain.main()",
53 using namespace Stats;
138 .desc(
"this is statistic 1")
143 .desc(
"this is statistic 2")
149 .desc(
"this is statistic 3")
155 .desc(
"this is statistic 4")
162 .desc(
"this is statistic 5")
174 .desc(
"this is statistic 6")
181 .desc(
"this is statistic 7")
190 .desc(
"this is statistic 8")
198 .desc(
"this is statistic 9")
205 .desc(
"this is statistic 10")
212 .desc(
"this is statistic 12")
218 .desc(
"this is statistic 13")
224 .desc(
"this is statistic 14")
230 .desc(
"this is statistic 15")
236 .desc(
"this is statistic 16")
247 .desc(
"this is stat 17")
254 .desc(
"this is stat 18")
260 .desc(
"this is histogram 1")
266 .desc(
"this is histogram 2")
272 .desc(
"this is histogram 3")
278 .desc(
"this is histogram 4")
284 .desc(
"this is histogram 5")
290 .desc(
"this is histogram 6")
296 .desc(
"this is histogram 7")
302 .desc(
"this is histogram 8")
308 .desc(
"this is histogram 9")
314 .desc(
"this is histogram 10")
320 .desc(
"this is histogram 11")
326 .desc(
"this is histogram 12")
331 .name(
"SparseHistogram1")
332 .desc(
"this is sparse histogram 1")
337 .desc(
"this is formula 1")
343 .desc(
"this is formula 2")
350 .desc(
"this is formula 3")
361 .desc(
"this is formula 4")
367 .desc(
"this is statistic 19 for vector op testing")
373 .desc(
"this is statistic 20 for vector op testing")
378 .name(
"vector_op_test_formula")
379 .desc(
"The total stat should equal 1")
384 f2 = (-s1) / (-s2) * (-s3 +
ULL(100) + s4);
420 s10.sample(1000000000);
632 for (
int i = 0;
i < 100;
i++) {
637 for (
int i = -100;
i < 100;
i++) {
642 for (
int i = -100;
i < 1000;
i++) {
647 for (
int i = 100;
i >= -1000;
i--) {
652 for (
int i = 0;
i <= 1023;
i++) {
657 for (
int i = -1024;
i <= 1023;
i++) {
662 for (
int i = 0;
i < 1000;
i++) {
676 py::module
m = m_internal.def_submodule(
"stattest");
const FlagsType pdf
Print the percent of the total that this entry represents.
VectorAverageDeviation s15
EventQueue * getEventQueue(uint32_t index)
Function for returning eventq queue for the provided index.
A stat that calculates the per tick average of a value.
const FlagsType nonan
Don't print if this is NAN.
void setCurTick(Tick newVal)
A vector of scalar stats.
Overload hash function for BasicBlockRange type.
A vector of distributions.
const char * m5MainCommands[]
Declaration of Statistics objects.
This is a simple scalar statistic, like a counter.
This is a vector of AverageDeviation stats.
Calculates the mean and variance of all the samples.
static void stattest_init_pybind(py::module &m_internal)
Tick curTick()
The current simulated tick.
Queue of events sorted in time order.
A simple distribution stat.
static EmbeddedPyBind embed_("stattest", stattest_init_pybind)
EventQueue * curEventQueue()
Calculates the per tick mean and variance of the samples.
Defines global host-dependent types: Counter, Tick, and (indirectly) {int,uint}{8,16,32,64}_t.
VectorStandardDeviation s14
#define ULL(N)
uint64_t constant
const FlagsType total
Print the total.
A vector of Average stats.
A 2-Dimensional vecto of scalar stats.
This is a vector of StandardDeviation stats.
const FlagsType nozero
Don't print if this is zero.
const FlagsType init
This Stat is Initialized.
void cprintf(const char *format, const Args &...args)