static CounterCollector()
 {
     _counterLookupInstance = new ReductionVariable <Dictionary <string, CounterData> >(() => new Dictionary <string, CounterData>());
 }
Ejemplo n.º 2
0
 public ReductionVariable_DebugView(ReductionVariable <T> variable) => _variable = variable;
Ejemplo n.º 3
0
 static PerformanceCollector()
 {
     _timingLookupInstance = new ReductionVariable <Dictionary <string, PerformanceData> >(() => new Dictionary <string, PerformanceData>());
 }