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