Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp581 std::atomic<uint64_t> total_bytes(0); in ClientCommand() local
816 total_bytes += bytes_sent; in ClientCommand()
962 << " threads:\n\t " << total_bytes << " bytes in " << average_time_s in ClientCommand()
964 << (total_bytes / 1024.0 / average_time_s) << " K/s; " in ClientCommand()