Searched refs:mTotalRatio (Results 1 – 2 of 2) sorted by relevance
156 mTotalRatio = 0.0f; in getOverallUsage()204 mTotalRatio = (float)(diffUsage * 100.0 / mDiffCpu); in getOverallUsage()213 << " , diffcpu: " << mDiffCpu << " , ratio: " << mTotalRatio; in getOverallUsage()224 ms.count() % 1000, mTotalRatio, in getOverallUsage()264 if (mTotalRatio >= mProfileThreshold) { in refresh()
69 float mTotalRatio; variable