@@ -313,7 +313,7 @@ AddOption(recoTaskTiming, bool, 0, "", 0, "Perform summary timing after whole re
313313AddOption(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 ))
314314AddOption(showOutputStat, bool , false , " " , 0 , " Print some track output statistics" )
315315AddOption(runCompressionStatistics, bool , false , " compressionStat" , 0 , " Run statistics and verification for cluster compression" )
316- AddOption(resetTimers, int8_t , 1 , " " , 0 , " Reset timers every event" )
316+ AddOption(resetTimers, int8_t , 0 , " " , 0 , " Reset timers every event" )
317317AddOption(deviceTimers, bool , true , " " , 0 , " Use device timers instead of host-based time measurement" )
318318AddOption(keepAllMemory, bool , false , " " , 0 , " Allocate all memory on both device and host, and do not reuse" )
319319AddOption(keepDisplayMemory, bool , false , " " , 0 , " Like keepAllMemory, but only for memory required for event display" )
0 commit comments