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 */27 uint64_t tsc_start;28 uint64_t tsc_stop;29 struct timespec64 ts_start;30 struct timespec64 ts_stop;34 uint64_t pmc_inst_start;35 uint64_t pmc_inst_stop;37 uint64_t pmc_clk_start;[all …]
Completed in 4 milliseconds