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

  /external/chromium_org/v8/src/base/platform/
elapsed-timer.h 84 TimeTicks now = TimeTicks::HighResolutionNow();
time-unittest.cc 162 // We assume that TimeTicks::HighResolutionNow() has sub-ms resolution.
164 ResolutionTest<TimeTicks>(&TimeTicks::HighResolutionNow, kTargetGranularity);
175 TimeTicks highres_ticks = TimeTicks::HighResolutionNow();
time.cc 417 // Make sure we never return 0 here, so that TimeTicks::HighResolutionNow()
434 // return 0 from TimeTicks::HighResolutionNow() and TimeTicks::Now() below.
508 TimeTicks TimeTicks::HighResolutionNow() {
532 return HighResolutionNow();
536 TimeTicks TimeTicks::HighResolutionNow() {
time.h 313 static TimeTicks HighResolutionNow();
  /external/chromium_org/v8/src/base/utils/
random-number-generator.cc 74 seed ^= TimeTicks::HighResolutionNow().ToInternalValue() << 16;
  /external/chromium_org/v8/src/
profile-generator.cc 325 start_time_(base::TimeTicks::HighResolutionNow()) {
340 end_time_ = base::TimeTicks::HighResolutionNow();
sampler.cc 582 timestamp = base::TimeTicks::HighResolutionNow();
d8.cc 153 base::TimeTicks::HighResolutionNow();
343 base::TimeTicks::HighResolutionNow() - kInitialTicks;
    [all...]

Completed in 785 milliseconds