Home
last modified time | relevance | path

Searched refs:sum_of_squared_deviations (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp902 const double sum_of_squared_deviations = std::accumulate( in ClientCommand() local
909 const double variance = sum_of_squared_deviations / latency_samples_ns.size(); in ClientCommand()