Exemplo n.º 1
0
 // ReSharper disable once ParameterTypeCanBeEnumerable.Local
 public WarewolfPerformanceCounterManager(IList <IPerformanceCounter> counters, IList <IResourcePerformanceCounter> resourceCounters, IWarewolfPerformanceCounterRegister register, IPerformanceCounterPersistence perf)
 {
     _counters         = counters;
     _perf             = perf;
     _resourceCounters = resourceCounters.Cast <IPerformanceCounter>().ToList();
     EmptyCounter      = new EmptyCounter();
 }
Exemplo n.º 2
0
 public WarewolfPerformanceCounterManager(IList <IPerformanceCounter> counters, IList <IResourcePerformanceCounter> resourceCounters, IWarewolfPerformanceCounterRegister register, IPerformanceCounterPersistence perf)
     : this(counters, resourceCounters, register, perf, new PerformanceCounterFactory())
 {
 }