Home
last modified time | relevance | path

Searched refs:user_timestamp_overhead (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dtiming_sc.c19 BENCH_BMEM uint64_t user_timestamp_overhead; variable
90 user_timestamp_overhead = timestamp.cycles; in timestamp_overhead_init()
103 return user_timestamp_overhead; in timestamp_overhead_adjustment()
110 return (timestamp_overhead + user_timestamp_overhead) / 2; in timestamp_overhead_adjustment()
Dutils.h44 extern uint64_t user_timestamp_overhead;