Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp166 uint64_t bytes_sent = 0; member
633 uint64_t bytes_sent = 0; in ClientCommand() local
682 bytes_sent += ret; in ClientCommand()
700 bytes_sent += ret; in ClientCommand()
719 bytes_sent += ret * 2; in ClientCommand()
752 bytes_sent += ret; in ClientCommand()
770 bytes_sent += send_buffer.size() + response_buffer.size(); in ClientCommand()
816 total_bytes += bytes_sent; in ClientCommand()
820 {thread_id, service_id, time_delta_s, bytes_sent, sched_stats}); in ClientCommand()
850 std::cerr << "\t " << benchmark_result.bytes_sent << " bytes in " in ClientCommand()
[all …]
/frameworks/proto_logging/stats/
Datoms.proto10174 optional int32 bytes_sent = 7; field