MyMediaLite
Utils.MeasureTime Method (Utils.task)
Syntax
Collapse All
Measure how long an action takes
Declaring type:
Utils
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
Syntax
C#
public static TimeSpan MeasureTime ( Utils.task
t
)
Parameters
t
A
Utils.task
defining the action to be measured
Return Value
The
System.TimeSpan
it takes to perform the action
Top
Generated by
ImmDoc .NET
.