Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.cc172 uint64_t end_nano_time = NanoTime(); in ~ScopedContentionRecorder() local
173 mutex_->RecordContention(blocked_tid_, owner_tid_, end_nano_time - start_nano_time_); in ~ScopedContentionRecorder()