| 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
Syntaxpublic static Benchmark This(
	Action<Stopwatch> benchmarkAction
)
Parameters
- benchmarkAction
 - Type: SystemActionStopwatch
Benchmark action 
Return Value
Type: 
Benchmark
See Also