mirror of
https://github.com/facebook/zstd.git
synced 2025-10-09 00:05:28 -04:00
zstdcli : align output message with previous message
This commit is contained in:
parent
a38601f05a
commit
e498bb64b6
@ -1225,7 +1225,7 @@ FIO_compressFilename_internal(FIO_prefs_t* const prefs,
|
|||||||
U64 const timeLength_ns = UTIL_clockSpanNano(timeStart);
|
U64 const timeLength_ns = UTIL_clockSpanNano(timeStart);
|
||||||
double const timeLength_s = (double)timeLength_ns / 1000000000;
|
double const timeLength_s = (double)timeLength_ns / 1000000000;
|
||||||
double const cpuLoad_pct = (cpuLoad_s / timeLength_s) * 100;
|
double const cpuLoad_pct = (cpuLoad_s / timeLength_s) * 100;
|
||||||
DISPLAYLEVEL(4, "%s: Completed in %.2f sec (cpu load : %.0f%%)\n",
|
DISPLAYLEVEL(4, "%-20s : Completed in %.2f sec (cpu load : %.0f%%)\n",
|
||||||
srcFileName, timeLength_s, cpuLoad_pct);
|
srcFileName, timeLength_s, cpuLoad_pct);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user