HomeSort by relevance Sort by last modified time
    Searched refs:worst_ (Results 1 - 2 of 2) sorted by null

  /system/libhwbinder/vts/performance/
PerfTest.cpp 87 ret.worst_ = max(a.worst_, b.worst_);
105 worst_ = max(nano, worst_);
152 double worst = (double)worst_ / 1.0E6;
PerfTest.h 111 uint64_t worst_ = 0; // worst transaction latency in ns. member in class:Results

Completed in 521 milliseconds