dpkg 1.22.7-3-g89f48
|
Go to the source code of this file.
Data Structures | |
struct | perf_slot |
Macros | |
#define | TEST_OMIT_VARIABLES |
#define | perf_ts_slot_start(ps) clock_gettime(CLOCK_MONOTONIC, &((ps)->t_ini)) |
#define | perf_ts_slot_stop(ps) clock_gettime(CLOCK_MONOTONIC, &((ps)->t_end)) |
#define perf_ts_slot_start | ( | ps | ) | clock_gettime(CLOCK_MONOTONIC, &((ps)->t_ini)) |
#define perf_ts_slot_stop | ( | ps | ) | clock_gettime(CLOCK_MONOTONIC, &((ps)->t_end)) |
#define TEST_OMIT_VARIABLES |