 | ProfilerLogTimes 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.LogTimes = function(action, runCount);
Parameters
- action
- Type: SystemAction
The code to measure execution time. - runCount
- Type: SystemInt32
Number of iterations the action should be executed.
Return Value
Type:
ListTimeSpanA list of execution times for all
runCount number of iterations
TimeSpan.
Remarks
See Also