Searched refs:total_post_buffer_us (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
H A Dbuffer_transport_benchmark.cpp473 double total_post_buffer_us = 0; local
509 total_post_buffer_us += delta_us.count();
519 total_post_buffer_us / iterations, ::benchmark::Counter::kAvgThreads);
521 (total_gain_buffer_us + total_post_buffer_us) / iterations,

Completed in 28 milliseconds