We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc74e45 commit 04efa15Copy full SHA for 04efa15
src/plotdisk/DiskPlotter.cpp
@@ -77,6 +77,7 @@ DiskPlotter::DiskPlotter( const Config& cfg )
77
Log::Line( " Heap size : %.2lf GiB ( %.2lf MiB )", (double)_cx.heapSize BtoGB, (double)_cx.heapSize BtoMB );
78
Log::Line( " Cache size : %.2lf GiB ( %.2lf MiB )", (double)_cx.cacheSize BtoGB, (double)_cx.cacheSize BtoMB );
79
Log::Line( " Bucket count : %u" , _cx.numBuckets );
80
+ Log::Line( " Alternating I/O: %s" , cfg.alternateBuckets ? "true" : "false" );
81
Log::Line( " F1 threads : %u" , _cx.f1ThreadCount );
82
Log::Line( " FP threads : %u" , _cx.fpThreadCount );
83
Log::Line( " C threads : %u" , _cx.cThreadCount );
0 commit comments