Home
last modified time | relevance | path

Searched refs:start_ticks_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/base/platform/
Delapsed-timer.h25 start_ticks_ = Now(); in Start()
36 start_ticks_ = TimeTicks(); in Stop()
45 DCHECK(started_ || start_ticks_.IsNull()); in IsStarted()
46 DCHECK(!started_ || !start_ticks_.IsNull()); in IsStarted()
47 return !start_ticks_.IsNull(); in IsStarted()
58 TimeDelta elapsed = ticks - start_ticks_; in Restart()
60 start_ticks_ = ticks; in Restart()
69 TimeDelta elapsed = Now() - start_ticks_; in Elapsed()
89 TimeTicks start_ticks_; variable
/external/v8/src/
Dcounters-inl.h30 elapsed_ += (now - start_ticks_); in Pause()
31 start_ticks_ = base::TimeTicks(); in Pause()
36 start_ticks_ = now; in Resume()
58 bool RuntimeCallTimer::IsStarted() { return start_ticks_ != base::TimeTicks(); } in IsStarted()
Dcounters.h530 base::TimeTicks start_ticks_; variable