summaryrefslogtreecommitdiff
path: root/resourceqt-client/time-stat.h
blob: e32a4cb7eb6592ac8238638444f0def8df9e6342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef TIME_STAT_H
#define TIME_STAT_H
#include <time.h>

#ifdef __cplusplus
extern "C" {
#endif
int start_timer(void);

long int stop_timer(void);
#ifdef __cplusplus
}
#endif

#endif