Searched refs:loadNs (Results 1 – 2 of 2) sorted by relevance
287 uint32_t loadNs = 0; in threadLoop() local298 loadNs = nsec; in threadLoop()300 loadNs += sec * 1000000000; in threadLoop()318 dumpState->mLoadNs[i] = loadNs; in threadLoop()326 ATRACE_INT("load_us", loadNs / 1000); in threadLoop()
567 CentralTendencyStatistics wall, loadNs; in dump() local586 loadNs.sample(sampleLoadNs); in dump()610 loadNs.mean()*1e-3, loadNs.minimum()*1e-3, loadNs.maximum()*1e-3, in dump()611 loadNs.stddev()*1e-3); in dump()