 |
The ROme OpTimistic Simulator
3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
|
Go to the documentation of this file.
16 enum stats_global_time {
17 STATS_GLOBAL_INIT_END,
18 STATS_GLOBAL_EVENTS_START,
19 STATS_GLOBAL_EVENTS_END,
20 STATS_GLOBAL_FINI_START,
39 extern void stats_time_start(
enum stats_time this_stat);
40 extern void stats_time_take(
enum stats_time this_stat);
41 extern void stats_on_gvt(
simtime_t current_gvt);
42 extern void stats_dump(
void);
double simtime_t
The type used to represent logical time in the simulation.
void stats_init(void)
Initializes the stats subsystem in the current thread.
void stats_global_time_start(void)
Initializes the internal timer used to take accurate measurements.
void stats_global_fini(void)
Finalizes the stats subsystem in the node.
void stats_global_time_take(enum stats_global_time this_stat)
Initializes the internal timer used to take accurate measurements.
Core ROOT-Sim functionalities.
void stats_global_init(void)
Initializes the stats subsystem in the node.