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

  /external/v8/src/
profile-generator.h 358 : result_(Logger::kSamplingIntervalMs * kResultScale),
365 return result_ / static_cast<double>(kResultScale);
380 static const int kResultScale = 100000;
    [all...]
profile-generator.cc 855 result_ = static_cast<AtomicWord>(ticks_per_ms_ * kResultScale);
    [all...]

Completed in 37 milliseconds