Time Method (Action)

Glimpse API

ExecutionTimer Time Method (Action) Glimpse API Documentation
Times the specified action. This will start and stop the timer either side of the action that is executed.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public TimerResult Time(
	Action action
)
public TimerResult Time(
	Action action
)

Parameters

action
Type: OnlineSystem Action
The action that should be executed.

Return Value

Timing info that is collected as a result of the execution.

Implements

IExecutionTimer Time(Action)
See Also