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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
mem-memset.c 94 static u64 get_cycle(void) function
129 cycle_start = get_cycle();
132 cycle_end = get_cycle();
mem-memcpy.c 94 static u64 get_cycle(void) function
135 cycle_start = get_cycle();
138 cycle_end = get_cycle();

Completed in 58 milliseconds