Show / Hide Table of Contents

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 Source

BeginTask(String)

Signals the beginning of a new task.

Declaration
void BeginTask(string task)
Parameters
Type Name Description
System.String task

Name of task type.

| Improve this Doc View Source

EndTask()

Signals the completion of a task.

Declaration
void EndTask()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX