Searched refs:kResultScale (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dprofile-generator.h358 : result_(Logger::kSamplingIntervalMs * kResultScale),
365 return result_ / static_cast<double>(kResultScale);
380 static const int kResultScale = 100000; member in class:v8::internal::SampleRateCalculator
H A Dprofile-generator.cc855 result_ = static_cast<AtomicWord>(ticks_per_ms_ * kResultScale);

Completed in 559 milliseconds