C# Class NBench.PerformanceCounters.Collection.EmptyPerformanceCounterProxy

Special case pattern - used when we can't find a IPerformanceCounterProxy inside the PerformanceCounterCache.
Inheritance: IPerformanceCounterProxy
Show file Open project: petabridge/NBench

Public Properties

Property Type Description
Instance EmptyPerformanceCounterProxy

Public Methods

Method Description
Collect ( ) : double
Dispose ( ) : void

Private Methods

Method Description
EmptyPerformanceCounterProxy ( ) : System

Method Details

Collect() public method

public Collect ( ) : double
return double

Dispose() public method

public Dispose ( ) : void
return void

Property Details

Instance public static property

public static EmptyPerformanceCounterProxy,NBench.PerformanceCounters.Collection Instance
return EmptyPerformanceCounterProxy