Table of Contents

Method LogActionRunTime

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

LogActionRunTime(string, Action)

logs execution time of the specified action.

public static void LogActionRunTime(string varName, Action action)

Parameters

varName string

Text to log as prefix.

action Action

Action to measure.