Home
last modified time | relevance | path

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

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