#include <sys/time.h>
#include <time.h>
#include "benchmark_api.h"


Go to the source code of this file.
Data Structures | |
| struct | benchmark_timer |
Defines | |
| #define | BM_NAME_LEN 32 |
Typedefs | |
| typedef struct benchmark_timer | benchmark_timer_t |
| typedef struct timeval | bm_timeval_t |
Functions | |
| unsigned long long | bm_diff_time (bm_timeval_t *t1, bm_timeval_t *t2) |
| int | bm_get_time (bm_timeval_t *t) |
Definition in file benchmark.h.
| #define BM_NAME_LEN 32 |
| typedef struct benchmark_timer benchmark_timer_t |
| typedef struct timeval bm_timeval_t |
Definition at line 52 of file benchmark.h.
| unsigned long long bm_diff_time | ( | bm_timeval_t * | t1, | |
| bm_timeval_t * | t2 | |||
| ) | [inline] |
| int bm_get_time | ( | bm_timeval_t * | t | ) | [inline] |
1.5.6