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

  /external/v8/test/cctest/
test-profile-generator.cc 642 const double kSamplingIntervalMs = i::Logger::kSamplingIntervalMs;
648 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms());
650 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms());
653 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms());
656 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms());
659 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms());
663 CHECK_EQ(kSamplingIntervalMs, calc2.ticks_per_ms());
665 CHECK_EQ(kSamplingIntervalMs, calc2.ticks_per_ms());
669 CHECK_EQ(kSamplingIntervalMs * 1.5, calc2.ticks_per_ms())
    [all...]
  /external/v8/src/
log.h 300 static const int kSamplingIntervalMs = 5;
302 static const int kSamplingIntervalMs = 1;
profile-generator.h 358 : result_(Logger::kSamplingIntervalMs * kResultScale),
359 ticks_per_ms_(Logger::kSamplingIntervalMs),
    [all...]
log.cc 554 msg.Append("profiler,\"begin\",%d\n", kSamplingIntervalMs);
    [all...]

Completed in 50 milliseconds