| 128 | size_t transfer_size = 0; |
| 129 | |
| 130 | BandwidthGuard(size_t band): conf_bw(band), start_time(std::chrono::steady_clock::now()), prev_time(start_time) {} |
| 131 | |
| 132 | void Checkpoint(size_t size, size_t toreport ) |
| 133 | { |
nothing calls this directly
no outgoing calls
no test coverage detected