MCPcopy Create free account
hub / github.com/RsyncProject/rsync / bytes_per_sec_human_dnum

Function bytes_per_sec_human_dnum

main.c:418–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418static const char *bytes_per_sec_human_dnum(void)
419{
420 if (starttime == (time_t)-1 || endtime == (time_t)-1)
421 return "UNKNOWN";
422 return human_dnum((total_written + total_read) / (0.5 + (endtime - starttime)), 2);
423}
424
425static void output_summary(void)
426{

Callers 1

output_summaryFunction · 0.85

Calls 1

human_dnumFunction · 0.85

Tested by

no test coverage detected