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

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

Parameters

action
Type: SystemAction
Action to be benchmarked

Return Value

Type: Benchmark
See Also