Searched refs:loadNs (Results 1 – 2 of 2) sorted by relevance
93 audio_utils::Statistics<double> wall, loadNs; in dump() local112 loadNs.add(sampleLoadNs); in dump()136 loadNs.getMean()*1e-3, loadNs.getMin()*1e-3, loadNs.getMax()*1e-3, in dump()137 loadNs.getStdDev()*1e-3); in dump()
315 uint32_t loadNs = 0; in threadLoop() local326 loadNs = nsec; in threadLoop()328 loadNs += sec * 1000000000U; // unsigned to prevent signed overflow. in threadLoop()347 mDumpState->mLoadNs[i] = loadNs; in threadLoop()355 ATRACE_INT(mLoadUs, loadNs / 1000); in threadLoop()