We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5650d33 commit 2ce9d0eCopy full SHA for 2ce9d0e
1 file changed
GPU/GPUTracking/Interface/GPUO2InterfaceConfigurableParam.cxx
@@ -139,4 +139,10 @@ void GPUO2InterfaceConfiguration::PrintParam_internal()
139
{
140
qConfigPrint(configProcessing, "proc.");
141
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";
148
}
0 commit comments