Searched refs:total_bytes (Results 1 – 3 of 3) sorted by relevance
5 120000 dsu_progress_update (partition_name|3),(installed_bytes|2|5),(total_bytes|2|5),(partition_nu…
581 std::atomic<uint64_t> total_bytes(0); in ClientCommand() local816 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()
8759 optional int64 total_bytes = 3; field