Home
last modified time | relevance | path

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

/system/libhwbinder/vts/performance/
DPerfTest.cpp195 int no_trans = other.getTransactions() + fifo.getTransactions(); in dump() local
196 double sync_ratio = (1.0 - (double)nNotSync / no_trans); in dump()
198 << "\"S\":" << (no_trans - nNotSync) << ",\"I\":" << no_trans << "," in dump()