Searched refs:mWcStats (Results 1 – 1 of 1) sorted by relevance
342 audio_utils::Statistics<double> mWcStats; // statistics on thread CPU usage in wall clock ns member in android::CpuStats370 mWcStats.add(wcNs); in sample()393 const unsigned n = mWcStats.getN(); in sample()401 const double mean = mWcStats.getMean(); in sample()402 const double stddev = mWcStats.getStdDev(); in sample()403 const double minimum = mWcStats.getMin(); in sample()404 const double maximum = mWcStats.getMax(); in sample()410 mWcStats.reset(); in sample()