Searched refs:mWcStats (Results 1 – 1 of 1) sorted by relevance
395 audio_utils::Statistics<double> mWcStats; // statistics on thread CPU usage in wall clock ns member in android::CpuStats423 mWcStats.add(wcNs); in sample()446 const unsigned n = mWcStats.getN(); in sample()454 const double mean = mWcStats.getMean(); in sample()455 const double stddev = mWcStats.getStdDev(); in sample()456 const double minimum = mWcStats.getMin(); in sample()457 const double maximum = mWcStats.getMax(); in sample()463 mWcStats.reset(); in sample()