12 #ifndef SSTMAC_COMMON_STATS_EVENT_TRACE_H_ 13 #define SSTMAC_COMMON_STATS_EVENT_TRACE_H_ 34 const std::string& name,
void global_reduce(parallel_runtime *rt)
void dump_global_data()
After post-processing, this notifies the collector to dump data to a file.
A type of logger that collects some kind of statistic and outputs to a file during or at the end of a...
virtual void set_id(int id)
event_trace * clone_me(int id) const
virtual void simulation_finished(timestamp end)
This is to notify that the statistics collector is done.
A basic container for time (subject to future transplant).
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
void reduce(stat_collector *coll)
void init_factory_params(sprockit::sim_parameters *params)
void dump_local_data()
After post-processing, this notifies the collector to dump data to a file.
void collect(int key_typeid, const std::string &name, node_id addr, long threadid, int aid, int tid, long ticks_begin, long num_ticks)
stat_collector * clone() const
void clone_into(event_trace *cln) const