HomeSort by relevance Sort by last modified time
    Searched refs:cycle_start (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
mem-memcpy.c 126 u64 cycle_start = 0ULL, cycle_end = 0ULL; local
135 cycle_start = get_cycle();
142 return cycle_end - cycle_start;
mem-memset.c 120 u64 cycle_start = 0ULL, cycle_end = 0ULL; local
129 cycle_start = get_cycle();
135 return cycle_end - cycle_start;

Completed in 42 milliseconds