Interface IMethodMeasurer
Namespace: Aurigma.DesignAtoms.Services.Statistics
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IMethodMeasurer : IDisposable
Inherited Members
System.IDisposable.Dispose
Methods
MeasureMethodPart
IMethodMeasurer MeasureMethodPart(string partName)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | partName |
Returns
Aurigma.DesignAtoms.Services.Statistics.IMethodMeasurer
GetCurrentTiming
List<string> GetCurrentTiming(string prefix)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | prefix |
Returns
System.Collections.Generic.List<System.String>