@@ -335,7 +335,7 @@ AddOption(recoTaskTiming, bool, 0, "", 0, "Perform summary timing after whole re
335335AddOption(deterministicGPUReconstruction, int32_t , -1 , " " , 0 , " Make CPU and GPU debug output comparable (sort / skip concurrent parts), -1 = automatic if debugLevel >= 6 or deterministic compile flag set" , def(1 ))
336336AddOption(showOutputStat, bool , false , " " , 0 , " Print some track output statistics" )
337337AddOption(runCompressionStatistics, bool , false , " compressionStat" , 0 , " Run statistics and verification for cluster compression" )
338- AddOption(resetTimers, int8_t , 1 , " " , 0 , " Reset timers every event" )
338+ AddOption(resetTimers, int8_t , 0 , " " , 0 , " Reset timers every event" )
339339AddOption(deviceTimers, bool , true , " " , 0 , " Use device timers instead of host-based time measurement" )
340340AddOption(keepAllMemory, bool , false , " " , 0 , " Allocate all memory on both device and host, and do not reuse" )
341341AddOption(keepDisplayMemory, bool , false , " " , 0 , " Like keepAllMemory, but only for memory required for event display" )
0 commit comments