static CounterCollector()
 {
     _counterLookupInstance = new ReductionVariable <Dictionary <string, CounterData> >(() => new Dictionary <string, CounterData>());
 }
Пример #2
0
 public ReductionVariable_DebugView(ReductionVariable <T> variable) => _variable = variable;
Пример #3
0
 static PerformanceCollector()
 {
     _timingLookupInstance = new ReductionVariable <Dictionary <string, PerformanceData> >(() => new Dictionary <string, PerformanceData>());
 }