https://github.com/teuben/nemo
Raw File
Tip revision: 27d447ea1e0c092be8e577a3569a022c11e2c3bc authored by Peter Teuben on 07 April 2021, 03:16:34 UTC
dynamic loader should be simpler (i5-11x?) clang
Tip revision: 27d447e
timers.h

/* timers.c */

/* @todo:  should use the new more portable cycle.h  */

long long readTSC(void);	/* not sure if we keep this public */
void init_timers(int n);
void stamp_timers(int i);
long long diff_timers(int i, int j);
back to top