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

  /external/v8/src/
counters.cc 45 start_time_ = OS::Ticks();
52 stop_time_ = OS::Ticks();
63 start_time_ = OS::Ticks();
70 stop_time_ = OS::Ticks();
platform-nullos.cc 81 // Returns ticks in microsecond resolution.
82 int64_t OS::Ticks() {
platform-posix.cc 93 int64_t OS::Ticks() {
platform.h 145 static int64_t Ticks();
251 // Support for profiler. Can do nothing, in which case ticks
platform-win32.cc 624 int64_t OS::Ticks() {
    [all...]

Completed in 322 milliseconds