Benchmark
Static Class in Zigurous.Debug
Declaration
public static class BenchmarkDescription
Measures the execution time of functions.
Static Methods
| Measure | Measures the execution time of a function with a given amount of iterations. |
| Compare | Compares the execution time between two functions with a given amount of iterations. |
| Run | Performs a benchmark that runs each provided function a given amount of iterations. |