Home
last modified time | relevance | path

Searched refs:Ticks (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/
Dcounters.cc53 start_time_ = OS::Ticks(); in Start()
60 stop_time_ = OS::Ticks(); in Stop()
71 start_time_ = OS::Ticks(); in Start()
78 stop_time_ = OS::Ticks(); in Stop()
Dplatform-nullos.cc112 int64_t OS::Ticks() { in Ticks() function in v8::internal::OS
Dplatform.h134 static int64_t Ticks();
Dcompiler.cc160 double ms = static_cast<double>(OS::Ticks() - start) / 1000; in FinishOptimization()
261 int64_t start = OS::Ticks(); in MakeCrankshaftCode()
Dplatform-posix.cc187 int64_t OS::Ticks() { in Ticks() function in v8::internal::OS
Dplatform-macos.cc99 uint64_t seed = Ticks() ^ (getpid() << 16); in SetUp()
Ddeoptimizer.cc531 int64_t start = OS::Ticks(); in DoComputeOutputFrames()
590 double ms = static_cast<double>(OS::Ticks() - start) / 1000; in DoComputeOutputFrames()
Dplatform-openbsd.cc105 uint64_t seed = Ticks() ^ (getpid() << 16); in SetUp()
Dplatform-linux.cc84 uint64_t seed = Ticks() ^ (getpid() << 16); in SetUp()
Dplatform-win32.cc615 int64_t OS::Ticks() { in Ticks() function in v8::internal::OS
Dhydrogen.cc8162 if (FLAG_hydrogen_stats) start_ = OS::Ticks(); in Begin()
8169 int64_t end = OS::Ticks(); in End()
/external/webrtc/src/system_wrappers/interface/
Dtick_util.h47 WebRtc_Word64 Ticks() const;
237 inline WebRtc_Word64 TickTime::Ticks() const in Ticks() function
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs299 UInt64 encodeTime = (UInt64)sp2.Ticks; in LzmaBenchmark()
316 decodeTime = (ulong)sp.Ticks; in LzmaBenchmark()
/external/qemu-pc-bios/bochs/bios/
Drombios.c9153 ;; Setup the Timer Ticks Count (0x46C:dword) and
9154 ;; Timer Ticks Roller Flag (0x470:byte)
9155 ;; The Timer Ticks Count needs to be set according to
9226 mov 0x46C, ecx ;; Timer Ticks Count
9228 mov 0x470, al ;; Timer Ticks Rollover Flag