Click or drag to resize

Profiler Class

Helper methods to measure code execution time.
Inheritance Hierarchy
System.Object
  BionicCode.Utilities.Net.Standard.Profiling.Profiler

Namespace:  BionicCode.Utilities.Net.Standard.Profiling
Assembly:  BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntax
public static class Profiler

The Profiler type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberLogPrinter
A Action<T> delegate that can be used to redirect the log output. By default the log output will be send to the output window.
Top
Methods
  NameDescription
Public methodStatic memberLogAverageTime
Measures the execution time of a method.
Public methodStatic memberLogTime
Measures the execution time of a method.
Public methodStatic memberLogTimes
Measures the execution time of a method.
Top
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md