Measure how long an action takes
Declaring type: Utils
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand 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