The ROme OpTimistic Simulator
3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
timer.c
Go to the documentation of this file.
1
12
#include <
arch/timer.h
>
13
14
#ifdef __WINDOWS
15
timer_uint
timer_perf_freq = 0;
16
#endif
17
25
extern
timer_uint
timer_new
(
void
);
26
32
extern
timer_uint
timer_value
(
timer_uint
start);
timer_uint
uint_fast64_t timer_uint
Definition:
timer.h:20
timer.h
Timers.
timer_value
timer_uint timer_value(timer_uint start)
Computes a time interval measure using a previous timer_uint value.
timer_new
timer_uint timer_new(void)
Gets a new starting point for an time interval measure.
src
arch
timer.c
Generated by
1.8.17