Skip to content

Commit 5801e3a

Browse files
committed
Moving Stop() of classification timer
1 parent 152f459 commit 5801e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/Global/GPUChainTrackingClusterizer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,8 +1036,8 @@ int32_t GPUChainTracking::RunTPCClusterizer(bool synchronizeOutput)
10361036
(nnApplication.mModelClass).inference(clustererNNShadow.mInputData_32, iSize, clustererNNShadow.mModelProbabilities_32);
10371037
}
10381038
}
1039+
if(GetProcessingSettings().debugLevel >= 1 && doGPU) { nnTimers[3*lane]->Stop(); }
10391040
}
1040-
if(GetProcessingSettings().debugLevel >= 1 && doGPU) { nnTimers[3*lane]->Stop(); }
10411041
if (!clustererNNShadow.mNnClusterizerUseCfRegression) {
10421042
if(GetProcessingSettings().debugLevel >= 1 && doGPU) { nnTimers[3*lane + 1]->Start(); }
10431043
if (clustererNNShadow.mNnInferenceInputDType == 0) {

0 commit comments

Comments
 (0)