Skip to content

Commit 04efa15

Browse files
committed
Logging iif alternating mode is enabled
1 parent dc74e45 commit 04efa15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plotdisk/DiskPlotter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ DiskPlotter::DiskPlotter( const Config& cfg )
7777
Log::Line( " Heap size : %.2lf GiB ( %.2lf MiB )", (double)_cx.heapSize BtoGB, (double)_cx.heapSize BtoMB );
7878
Log::Line( " Cache size : %.2lf GiB ( %.2lf MiB )", (double)_cx.cacheSize BtoGB, (double)_cx.cacheSize BtoMB );
7979
Log::Line( " Bucket count : %u" , _cx.numBuckets );
80+
Log::Line( " Alternating I/O: %s" , cfg.alternateBuckets ? "true" : "false" );
8081
Log::Line( " F1 threads : %u" , _cx.f1ThreadCount );
8182
Log::Line( " FP threads : %u" , _cx.fpThreadCount );
8283
Log::Line( " C threads : %u" , _cx.cThreadCount );

0 commit comments

Comments
 (0)