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 645 const double kSamplingIntervalMs = i::Logger::kSamplingIntervalMs;
651 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());
662 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms());
666 CHECK_EQ(kSamplingIntervalMs, calc2.ticks_per_ms());
668 CHECK_EQ(kSamplingIntervalMs, calc2.ticks_per_ms());
672 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 354 : result_(Logger::kSamplingIntervalMs * kResultScale),
355 ticks_per_ms_(Logger::kSamplingIntervalMs),
    [all...]
log.cc 372 msg.Append("profiler,\"begin\",%d\n", kSamplingIntervalMs);
    [all...]

Completed in 101 milliseconds