Click or drag to resize
Benchmark Methods

The Benchmark type exposes the following members.

Methods
  NameDescription
Public methodRun
Executes the benchmarked action a specified number of times and returns the result.
Public methodRunWithWarmup
Executes the benchmarked action a specified number of times and returns the result. Runs the action once prior to benchmarking.
Public methodStatic memberThis(Action)
Creates a new benchmark with the specified action to be benchmarked.
Public methodStatic memberThis(ActionStopwatch)
Creates a new benchmark with the specified benchmark action.
Top
See Also