Searched refs:total_bytes (Results 1 – 3 of 3) sorted by relevance
38 const int total_bytes = nonExtensionOperandSizeOfData(value_->type, value_->dimensions); in Eval() local39 const int row_bytes = total_bytes/row_size; in Eval()
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()
4353 optional int64 total_bytes = 3; field