ExecutionTimer Constructor

Glimpse API

ExecutionTimer Constructor Glimpse API Documentation
Initializes a new instance of the ExecutionTimer class.

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

Syntax

public ExecutionTimer(
	Stopwatch stopwatch
)
public ExecutionTimer(
	Stopwatch stopwatch
)

Parameters

stopwatch
Type: OnlineSystem.Diagnostics Stopwatch
The stopwatch.
See Also