Home
last modified time | relevance | path

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

/aosp12/system/libhwbinder/vts/performance/
H A DPerfTest.cpp188 ret.nNotSync = a.nNotSync + b.nNotSync; in combine()
196 double sync_ratio = (1.0 - (double)nNotSync / no_trans); in dump()
198 << "\"S\":" << (no_trans - nNotSync) << ",\"I\":" << no_trans << "," in dump()
H A DLatency.cpp126 presults->nNotSync += ret & 0xffff; in threadStart()
219 presults.nNotSync += ret & 0xffff; in clientFx()
H A DPerfTest.h127 int nNotSync = 0; ///< #transactions that are not synced variable