Home
last modified time | relevance | path

Searched refs:kSamplingIntervalMs (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/cctest/
Dtest-profile-generator.cc642 const double kSamplingIntervalMs = i::Logger::kSamplingIntervalMs; in TEST() local
648 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms()); in TEST()
650 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms()); in TEST()
653 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms()); in TEST()
656 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms()); in TEST()
659 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms()); in TEST()
663 CHECK_EQ(kSamplingIntervalMs, calc2.ticks_per_ms()); in TEST()
665 CHECK_EQ(kSamplingIntervalMs, calc2.ticks_per_ms()); in TEST()
669 CHECK_EQ(kSamplingIntervalMs * 1.5, calc2.ticks_per_ms()); in TEST()
673 CHECK_EQ(kSamplingIntervalMs * 5.0, floor(calc2.ticks_per_ms() * 3.0 + 0.5)); in TEST()
[all …]
/external/v8/src/
Dlog.h300 static const int kSamplingIntervalMs = 5; variable
302 static const int kSamplingIntervalMs = 1; variable
Dprofile-generator.h358 : result_(Logger::kSamplingIntervalMs * kResultScale), in SampleRateCalculator()
359 ticks_per_ms_(Logger::kSamplingIntervalMs), in SampleRateCalculator()
Dlog.cc554 msg.Append("profiler,\"begin\",%d\n", kSamplingIntervalMs); in ProfilerBeginEvent()
1649 ticker_ = new Ticker(isolate, kSamplingIntervalMs); in SetUp()