We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Helper to wrap an action in a stopwatch in order to time it
public static System.TimeSpan Time(System.Action action);
action System.Action The action to be timed
action
System.TimeSpan How long the action took to execute