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