summaryrefslogtreecommitdiff
path: root/resourceqt-client/time-stat.h
blob: 0bd5eafff54d3dee7bb5ad931a254e324c95c24b (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);

double stop_timer(void);
#ifdef __cplusplus
}
#endif

#endif