Home
last modified time | relevance | path

Searched refs:HighResolutionNow (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/base/platform/
Dtime-unittest.cc164 ResolutionTest<TimeTicks>(&TimeTicks::HighResolutionNow, kTargetGranularity); in TEST()
175 TimeTicks highres_ticks = TimeTicks::HighResolutionNow(); in TEST()
Delapsed-timer.h84 TimeTicks now = TimeTicks::HighResolutionNow(); in Now()
Dtime.cc508 TimeTicks TimeTicks::HighResolutionNow() { in HighResolutionNow() function in v8::base::TimeTicks
532 return HighResolutionNow(); in Now()
536 TimeTicks TimeTicks::HighResolutionNow() { in HighResolutionNow() function in v8::base::TimeTicks
Dtime.h313 static TimeTicks HighResolutionNow();
/external/v8/src/base/utils/
Drandom-number-generator.cc74 seed ^= TimeTicks::HighResolutionNow().ToInternalValue() << 16; in RandomNumberGenerator()
/external/v8/src/
Dprofile-generator.cc325 start_time_(base::TimeTicks::HighResolutionNow()) { in CpuProfile()
340 end_time_ = base::TimeTicks::HighResolutionNow(); in CalculateTotalTicksAndSamplingRate()
Dsampler.cc582 timestamp = base::TimeTicks::HighResolutionNow(); in Init()
Dd8.cc153 base::TimeTicks::HighResolutionNow();
343 base::TimeTicks::HighResolutionNow() - kInitialTicks; in PerformanceNow()