C# Class NBench.PerformanceCounters.Collection.EmptyPerformanceCounterProxy

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

Méthodes publiques

Свойство Type Description
Instance EmptyPerformanceCounterProxy

Méthodes publiques

Méthode Description
Collect ( ) : double
Dispose ( ) : void

Private Methods

Méthode Description
EmptyPerformanceCounterProxy ( ) : System

Method Details

Collect() public méthode

public Collect ( ) : double
Résultat double

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Property Details

Instance public_oe static_oe property

public static EmptyPerformanceCounterProxy,NBench.PerformanceCounters.Collection Instance
Résultat EmptyPerformanceCounterProxy