mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
hsbench: make output more clear
This commit is contained in:
parent
47ec449f85
commit
79b42cff58
@ -676,11 +676,11 @@ void displayResults(const vector<unique_ptr<ThreadContext>> &threads,
|
||||
|
||||
double blockRate = (double)totalBlocks / (double)totalSecs;
|
||||
printf("Overall block rate: %'0.2f blocks/sec\n", blockRate);
|
||||
printf("Mean throughput: %'0.2Lf Mbit/sec\n",
|
||||
printf("Mean throughput (overall): %'0.2Lf Mbit/sec\n",
|
||||
calc_mbps(totalSecs, totalBytes));
|
||||
|
||||
double lowestScanTime = fastestResult(threads);
|
||||
printf("Maximum throughput: %'0.2Lf Mbit/sec\n",
|
||||
printf("Max throughput (per core): %'0.2Lf Mbit/sec\n",
|
||||
calc_mbps(lowestScanTime, bytesPerRun));
|
||||
printf("\n");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user