Home
last modified time | relevance | path

Searched defs:IsStarted (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/platform/profile_utils/
Dclock_cycle_profiler.h80 inline bool IsStarted() const { return start_clock_ > 0; } in IsStarted() function
/external/pdfium/core/fpdfapi/parser/
Dcpdf_object_walker.h20 bool IsStarted() const { return is_started_; } in IsStarted() function
/external/v8/src/base/platform/
Delapsed-timer.h44 bool IsStarted() const { in IsStarted() function
/external/v8/src/
Dcounters-inl.h58 bool RuntimeCallTimer::IsStarted() { return start_ticks_ != base::TimeTicks(); } in IsStarted() function