Searched refs:kSamplingIntervalMs (Results 1 - 6 of 6) sorted by relevance

/external/v8/test/cctest/
H A Dtest-profile-generator.cc642 const double kSamplingIntervalMs = i::Logger::kSamplingIntervalMs; local
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.
[all...]
/external/v8/src/
H A Dlog.h300 static const int kSamplingIntervalMs = 5; member in class:v8::internal::Logger
302 static const int kSamplingIntervalMs = 1; member in class:v8::internal::Logger
H A Dprofile-generator.h358 : result_(Logger::kSamplingIntervalMs * kResultScale),
359 ticks_per_ms_(Logger::kSamplingIntervalMs),
H A Dlog.cc554 msg.Append("profiler,\"begin\",%d\n", kSamplingIntervalMs);
1649 ticker_ = new Ticker(isolate, kSamplingIntervalMs);
/external/chromium_org/v8/src/
H A Dlog.h373 static const int kSamplingIntervalMs = 5; member in class:v8::internal::Logger
375 static const int kSamplingIntervalMs = 1; member in class:v8::internal::Logger
H A Dlog.cc748 msg.Append("profiler,\"begin\",%d\n", kSamplingIntervalMs);
1880 ticker_ = new Ticker(isolate, kSamplingIntervalMs);

Completed in 1399 milliseconds