#include <sys/time.h>
Go to the source code of this file.
Macros | |
#define | HT_MEASURE(_t_, _code_) |
#define | HT_CHECK(e) ((void)((e) ? 0 : HT_CHECK_FAIL(#e))) |
#define | HT_CHECK_FAIL(e) |
Functions | |
static double | ht_time_d () |
#define HT_CHECK | ( | e | ) | ((void)((e) ? 0 : HT_CHECK_FAIL(#e))) |
Definition at line 40 of file test-helper.h.
#define HT_CHECK_FAIL | ( | e | ) |
Definition at line 43 of file test-helper.h.
#define HT_MEASURE | ( | _t_, | |
_code_ | |||
) |
Definition at line 27 of file test-helper.h.
|
inlinestatic |
Definition at line 32 of file test-helper.h.