Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.cc148 start_nano_time_(kLogLockContentions ? NanoTime() : 0) { in ScopedContentionRecorder()
160 mutex_->RecordContention(blocked_tid_, owner_tid_, end_nano_time - start_nano_time_); in ~ScopedContentionRecorder()
168 const uint64_t start_nano_time_; member in art::FINAL