Interface IProfiler
Describes a profiler which can measure the run time of a task.
Namespace: Moth.Tasks
Assembly: Moth.Tasks.dll
Syntax
public interface IProfiler
Methods
| Improve this Doc View SourceBeginTask(String)
Signals the beginning of a new task.
Declaration
void BeginTask(string task)
Parameters
Type | Name | Description |
---|---|---|
System.String | task | Name of task type. |
EndTask()
Signals the completion of a task.
Declaration
void EndTask()