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

  /external/v8/src/
log.h 300 static const int kSamplingIntervalMs = 5;
302 static const int kSamplingIntervalMs = 1;
  /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...]

Completed in 138 milliseconds