Skip to content
Snippets Groups Projects

WIP: make scheduler state available in eventcontext and add timing feature

Closed Niklas Stefan Nolte requested to merge NN_makeSchedulerStateAvailable into master
Files
19
@@ -39,6 +39,9 @@ if useDummies:
else:
baseUnit = CPUCruncher
HLTControlFlowMgr().StartTimeAtEvt = 1000
HLTControlFlowMgr().StopTimeAfterEvt = 100000
#concurrency conf
HLTControlFlowMgr().ThreadPoolSize = threads
Loading