Home
last modified time | relevance | path

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

/system/libhwbinder/vts/performance/
DPerfTest.cpp196 double sync_ratio = (1.0 - (double)nNotSync / no_trans); in dump() local
197 cout << "{\"SYNC\":\"" << ((sync_ratio > GOOD_SYNC_MIN) ? "GOOD" : "POOR") << "\"," in dump()
199 << "\"R\":" << sync_ratio << "," << endl; in dump()