Searched defs:time_bench_record (Results 1 – 1 of 1) sorted by relevance
12 struct time_bench_record { struct13 uint32_t version_abi;14 uint32_t loops; /* Requested loop invocations */15 uint32_t step; /* option for e.g. bulk invocations */17 uint32_t flags; /* Measurements types enabled */23 uint32_t cpu; /* Used when embedded in time_bench_cpu */26 uint64_t invoked_cnt; /* Returned actual invocations */27 uint64_t tsc_start;28 uint64_t tsc_stop;29 struct timespec64 ts_start;[all …]