summaryrefslogtreecommitdiff
path: root/tools/readtest.c
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-01-22 18:16:07 +0100
committerRobin Gareus <robin@gareus.org>2015-01-22 18:17:01 +0100
commit2afe09a8340ba539b82e3fe1d57012f67f086ba9 (patch)
tree722d1e0ae6c855c0835b9c24d17b916f104cc230 /tools/readtest.c
parent744ca2397c5cc631aad925a20d4fd70f0eef0ec4 (diff)
calculus is a lost art.
Diffstat (limited to 'tools/readtest.c')
-rw-r--r--tools/readtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/readtest.c b/tools/readtest.c
index e6c565ff55..aebc53718c 100644
--- a/tools/readtest.c
+++ b/tools/readtest.c
@@ -177,6 +177,7 @@ out:
double min_throughput = ((nfiles * block_size)/1048576.0) / (max_elapsed/1000000.0);
printf ("Min: %.4f MB/sec Avg: %.4f MB/sec || Max: %.3f sec \n", min_throughput, bandwidth, max_elapsed/1000000.0);
printf ("Max Track count: %d @ 48000SPS\n", (int) floor(1048576.0 * bandwidth / (4 * 48000.)));
+ printf ("Sus Track count: %d @ 48000SPS\n", (int) floor(1048576.0 * min_throughput / (4 * 48000.)));
}
return 0;