Home
last modified time | relevance | path

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

/external/opencv3/samples/gpu/
Dvideo_reader.cpp68 … double cpu_avg = std::accumulate(cpu_times.begin(), cpu_times.end(), 0.0) / cpu_times.size(); in main() local
71 std::cout << "CPU : Avg : " << cpu_avg << " ms FPS : " << 1000.0 / cpu_avg << std::endl; in main()
Dvideo_writer.cpp96 double cpu_avg = std::accumulate(cpu_times.begin(), cpu_times.end(), 0.0) / cpu_times.size(); in main() local
99 std::cout << "CPU [XVID] : Avg : " << cpu_avg << " ms FPS : " << 1000.0 / cpu_avg << std::endl; in main()