BenchmarkThis Method (ActionStopwatch) |
Creates a new benchmark with the specified benchmark action.
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax public static Benchmark This(
Action<Stopwatch> benchmarkAction
)
Parameters
- benchmarkAction
- Type: SystemActionStopwatch
Benchmark action
Return Value
Type:
BenchmarkSee Also