Home
last modified time | relevance | path

Searched refs:timeLength_s (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c1568 double const timeLength_s = (double)timeLength_ns / 1000000000; in FIO_compressFilename_internal() local
1569 double const cpuLoad_pct = (cpuLoad_s / timeLength_s) * 100; in FIO_compressFilename_internal()
1571 srcFileName, timeLength_s, cpuLoad_pct); in FIO_compressFilename_internal()