49 : m_store_count(-1), m_store_first_to_stolen(-1),
50 m_store_last_to_stolen(-1), m_store_first_to_last(-1)
93 out <<
"store_count: " << (*s_store_count_ptr) << std::endl;
94 out <<
"store_first_to_stolen: "
95 << (*s_store_first_to_stolen_ptr) << std::endl;
96 out <<
"store_last_to_stolen: "
97 << (*s_store_last_to_stolen_ptr) << std::endl;
98 out <<
"store_first_to_last: " << (*s_store_first_to_last_ptr)
static void printSummary(std::ostream &out)
static int64_t s_total_samples
static Histogram * s_store_first_to_stolen_ptr
void downgrade(NodeID node)
Histogram m_store_last_to_stolen
static Histogram * s_store_count_ptr
static void initSummary()
Histogram m_store_first_to_last
static Histogram * s_store_first_to_last_ptr
Histogram m_store_first_to_stolen
void print(std::ostream &out) const
int m_stores_this_interval
static Histogram * s_store_last_to_stolen_ptr
static void clearSummary()
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
Tick curTick()
The universal simulation clock.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
uint64_t Tick
Tick count type.