Home
last modified time | relevance | path

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

/hardware/interfaces/tests/msgq/1.0/default/
DBenchmarkMsgQ.cpp95 int64_t accumulatedTime = 0; in sendTimeData() local
103 accumulatedTime += static_cast<int64_t>( in sendTimeData()
108 accumulatedTime /= clientRcvTimeArray.size(); in sendTimeData()
110 << accumulatedTime << "ns" << std::endl; in sendTimeData()