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

  /external/v8/src/
counters.cc 53 start_time_ = OS::Ticks();
60 stop_time_ = OS::Ticks();
71 start_time_ = OS::Ticks();
78 stop_time_ = OS::Ticks();
runtime-profiler.cc 60 int Delay() const { return static_cast<int>(OS::Ticks() - start_); }
92 start_ = OS::Ticks();
273 // a certain number of ticks.
278 // modify and reset the ticks until next adjustment.
353 // ticks are actually in the state window, because on profiler
378 // the ticks for the runtime profiler.
platform-nullos.cc 82 // Returns ticks in microsecond resolution.
83 int64_t OS::Ticks() {
platform-posix.cc 93 int64_t OS::Ticks() {
platform.h 157 static int64_t Ticks();
273 // Support for the profiler. Can do nothing, in which case ticks
compiler.cc 142 double ms = static_cast<double>(OS::Ticks() - start) / 1000;
261 int64_t start = OS::Ticks();
deoptimizer.cc 361 int64_t start = OS::Ticks();
402 double ms = static_cast<double>(OS::Ticks() - start) / 1000;
    [all...]
platform-win32.cc 613 int64_t OS::Ticks() {
    [all...]
hydrogen.cc     [all...]
  /external/webrtc/src/system_wrappers/interface/
tick_util.h 44 WebRtc_Word64 Ticks() const;
48 static WebRtc_Word64 TicksToMilliseconds(const WebRtc_Word64 ticks);
50 // Returns a TickTime that is ticks later than the passed TickTime
51 friend TickTime operator+(const TickTime lhs, const WebRtc_Word64 ticks);
55 // Returns a TickInterval that is the difference in ticks beween rhs and lhs
104 inline TickTime operator+(const TickTime lhs, const WebRtc_Word64 ticks)
107 time._ticks += ticks;
197 inline WebRtc_Word64 TickTime::Ticks() const
219 inline WebRtc_Word64 TickTime::TicksToMilliseconds(const WebRtc_Word64 ticks)
225 return (ticks * 1000) / qpfreq.QuadPart
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]

Completed in 170 milliseconds