1 #ifndef STAT_LOCAL_DOUBLE_H 2 #define STAT_LOCAL_DOUBLE_H 55 dump(
const std::string& froot);
68 #endif // STAT_LOCAL_DOUBLE_H
void reduce(stat_collector *coll)
void dump(const std::string &froot)
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)
void init_factory_params(sprockit::sim_parameters *params)
void dump_global_data()
After post-processing, this notifies the collector to dump data to a file.
void dump_local_data()
After post-processing, this notifies the collector to dump data to a file.
stat_local_double * clone_me(int id) const
void simulation_finished(timestamp end)
This is to notify that the statistics collector is done.
A basic container for time (subject to future transplant).
std::vector< double > values_
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
void global_reduce(parallel_runtime *rt)
void collect(double value)
stat_collector * clone() const
void clone_into(stat_local_double *cln) const