aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/clock.h
blob: be8fa1725a4fdf23c60f20ba18a28db85371684c (plain)
1
2
3
4
5
6
7
8
9
typedef unsigned long cycle_t;

void clock_prepare(void);
void clock_stop(void);
void clock_start(void);
cycle_t get_total_clock(void);
cycle_t get_current_cycle(void);
void print_total_clock(void);
void printerr_total_clock(void);