Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.cpp695 uint64_t other_time = other.record->Timestamp(); in IsHappensBefore() local
697 if (time != other_time) { in IsHappensBefore()
698 return time < other_time; in IsHappensBefore()