Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:wall

665     // statistics for monotonic (wall clock) time, thread raw CPU load in time, CPU clock frequency,
667 CentralTendencyStatistics wall, loadNs;
676 wall.sample(wallNs);
693 fdprintf(fd, "Simple moving statistics over last %.1f seconds:\n", wall.n() * mixPeriodSec);
694 fdprintf(fd, " wall clock time in ms per mix cycle:\n"
696 wall.mean()*1e-6, wall.minimum()*1e-6, wall.maximum()*1e-6, wall.stddev()*1e-6);