 | Profiler.LogTime Method |
Measures the execution time of a method.
Namespace:
BionicCode.Utilities.Net.Standard.Profiling
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
SyntaxBionicCode.Utilities.Net.Standard.Profiling.Profiler.LogTime = function(action);
Parameters
- action
- Type: System.Action
The code to measure execution time.
Return Value
Type:
TimeSpanThe execution time as a
TimeSpan.
Remarks
See Also