Benchmark

Static Class in Zigurous.Debug

Declaration

public static class Benchmark

Description

Measures the execution time of functions.

Static Methods

MeasureMeasures the execution time of a function with a given amount of iterations.
CompareCompares the execution time between two functions with a given amount of iterations.
RunPerforms a benchmark that runs each provided function a given amount of iterations.