Class NullMethodMeasurer
Namespace: Aurigma.DesignAtoms.Services.Statistics
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class NullMethodMeasurer : IMethodMeasurer, IDisposable
Inheritance: System.Object -> NullMethodMeasurer
Implements
- Aurigma.DesignAtoms.Services.Statistics.IMethodMeasurer
System.IDisposable
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
NullMethodMeasurer
public NullMethodMeasurer()
Methods
Dispose
public void Dispose()
MeasureMethodPart
public IMethodMeasurer MeasureMethodPart(string partName)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | partName |
Returns
Aurigma.DesignAtoms.Services.Statistics.IMethodMeasurer
GetCurrentTiming
public List<string> GetCurrentTiming(string prefix)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | prefix |
Returns
System.Collections.Generic.List<System.String>