https://github.com/teuben/nemo
Revision d0f673bdaeabe8dffa77528c13d81063a20d29f6 authored by Peter Teuben on 03 April 2024, 01:39:10 UTC, committed by Peter Teuben on 03 April 2024, 01:39:10 UTC
1 parent 0615225
Raw File
Tip revision: d0f673bdaeabe8dffa77528c13d81063a20d29f6 authored by Peter Teuben on 03 April 2024, 01:39:10 UTC
format
Tip revision: d0f673b
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 init_timers2(int n, int mode);
void stamp_timers(int i);
long long diff_timers(int i, int j);
double diff_timers2(int i, int j);
back to top