The ROme OpTimistic Simulator  3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
timer.h File Reference

Timers. More...

#include <arch/platform.h>
#include <stdint.h>
#include <time.h>
+ Include dependency graph for timer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef uint_fast64_t timer_uint
 

Detailed Description

Timers.

This header defines the timers which the simulator uses to monitor its internal behaviour

Definition in file timer.h.

Typedef Documentation

◆ timer_uint

typedef uint_fast64_t timer_uint

The type used to store results of timer related calls

Definition at line 20 of file timer.h.