Home
last modified time | relevance | path

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

/system/libhwbinder/vts/performance/
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()
DPerfTest.h127 int nNotSync = 0; ///< #transactions that are not synced variable
DLatency.cpp126 presults->nNotSync += ret & 0xffff; in threadStart()
219 presults.nNotSync += ret & 0xffff; in clientFx()