Home
last modified time | relevance | path

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

/frameworks/av/media/utils/
DThreadSnapshot.cpp91 int64_t cumulativeTimeNs = mCumulativeTimeNs; in toString() local
95 cumulativeTimeNs += diffNs; in toString()
99 const double totalPerSec = 1e9 / cumulativeTimeNs; in toString()