Click or drag to resize
BenchmarkThis Method (ActionStopwatch)
Creates a new benchmark with the specified benchmark action.

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax
C#
public static Benchmark This(
	Action<Stopwatch> benchmarkAction
)

Parameters

benchmarkAction
Type: SystemActionStopwatch
Benchmark action

Return Value

Type: Benchmark
See Also