|
| static Energy.Core.Benchmark.Result | Profile (Energy.Base.Anonymous.Function function, int iterations, int warm) |
| | Perform a profiling operation by launching the action the specified number of times and returning the result of the profiling. More...
|
| |
| static Energy.Core.Benchmark.Result | Profile (Energy.Base.Anonymous.Function function, int iterations, string name) |
| | Perform a profiling operation by launching the action the specified number of times and returning the result of the profiling. More...
|
| |
| static Energy.Core.Benchmark.Result | Profile (Energy.Base.Anonymous.Function function, int iterations, int warm, string name) |
| | Perform a profiling operation by launching the action the specified number of times and returning the result of the profiling. More...
|
| |
| static Energy.Core.Benchmark.Result | Profile (Energy.Base.Anonymous.Function function, int iterations) |
| | Perform a profiling operation by launching the action the specified number of times and returning the result of the profiling. More...
|
| |
| static Energy.Core.Benchmark.Result | Profile (Energy.Base.Anonymous.Function function) |
| | Perform a profiling operation by launching the action the specified number of times and returning the result of the profiling. More...
|
| |
| static TimeMeasurement | Time (bool console, string format) |
| |
| static TimeMeasurement | Time (bool console) |
| |
| static TimeMeasurement | Time () |
| |
| static int | Loop (Energy.Base.Anonymous.Function function, TimeSpan timeSpan) |
| | Repeat action for a specified time and return number of iterations done during the specified time. If time was not specified function will result -1. If no operation has been performed before the specified time has elapsed, the function will return a zero value. More...
|
| |
| static int | Loop (Energy.Base.Anonymous.Function function, double time) |
| | Repeat action for a specified time and return number of iterations done during the specified time. If no operation has been performed before the specified time has elapsed, the function will return a zero value. More...
|
| |