Skip to content

Commit 2ce9d0e

Browse files
committed
GPU: Print additional settings with GPU_global.printSettings
1 parent 5650d33 commit 2ce9d0e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

GPU/GPUTracking/Interface/GPUO2InterfaceConfigurableParam.cxx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,10 @@ void GPUO2InterfaceConfiguration::PrintParam_internal()
139139
{
140140
qConfigPrint(configProcessing, "proc.");
141141
qConfigPrint(configReconstruction, "rec.");
142+
qConfigPrint(configQA, "QA.");
143+
qConfigPrint(configDisplay, "display.");
144+
std::cout << "\n\tGPUSettingsDeviceBackend:\n"
145+
<< "\tdeviceType = " << (int)configDeviceBackend.deviceType << "\n"
146+
<< "\tforceDeviceType = " << (configDeviceBackend.forceDeviceType ? "true" : "false") << "\n"
147+
<< "\tslave = " << (configDeviceBackend.master ? "true" : "false") << "\n";
142148
}

0 commit comments

Comments
 (0)