Searched refs:get_cycle (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/src/tools/perf/bench/
H A Dmem-memcpy.c94 static u64 get_cycle(void) function
135 cycle_start = get_cycle();
138 cycle_end = get_cycle();
H A Dmem-memset.c94 static u64 get_cycle(void) function
129 cycle_start = get_cycle();
132 cycle_end = get_cycle();

Completed in 77 milliseconds