Searched refs:mWcStats (Results 1 – 1 of 1) sorted by relevance
502 audio_utils::Statistics<double> mWcStats; // statistics on thread CPU usage in wall clock ns member in android::CpuStats530 mWcStats.add(wcNs); in sample()553 const unsigned n = mWcStats.getN(); in sample()561 const double mean = mWcStats.getMean(); in sample()562 const double stddev = mWcStats.getStdDev(); in sample()563 const double minimum = mWcStats.getMin(); in sample()564 const double maximum = mWcStats.getMax(); in sample()570 mWcStats.reset(); in sample()