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

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc 245 static int64 EstimateCyclesPerSecond(const int estimate_time_ms) {
298 cpuinfo_cycles_per_second = EstimateCyclesPerSecond(100);
338 cpuinfo_cycles_per_second = EstimateCyclesPerSecond(1000);
398 cpuinfo_cycles_per_second = EstimateCyclesPerSecond(1000);
430 cpuinfo_cycles_per_second = EstimateCyclesPerSecond(1000);
450 cpuinfo_cycles_per_second = EstimateCyclesPerSecond(500); // TODO <500?
483 cpuinfo_cycles_per_second = EstimateCyclesPerSecond(1000);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc 230 static int64 EstimateCyclesPerSecond(const int estimate_time_ms) {
283 cpuinfo_cycles_per_second = EstimateCyclesPerSecond(100);
323 cpuinfo_cycles_per_second = EstimateCyclesPerSecond(1000);
383 cpuinfo_cycles_per_second = EstimateCyclesPerSecond(1000);
415 cpuinfo_cycles_per_second = EstimateCyclesPerSecond(1000);
435 cpuinfo_cycles_per_second = EstimateCyclesPerSecond(500); // TODO <500?
468 cpuinfo_cycles_per_second = EstimateCyclesPerSecond(1000);
    [all...]

Completed in 49 milliseconds