Class PerformanceValueExtensions
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Performance Value Utility
public static class PerformanceValueExtensions
- Inheritance
-
PerformanceValueExtensions
- Inherited Members
Methods
LogAndRestartProcessTime(PerformanceValueProfiler, string)
Stop the process time, add or update the process, Restart the process time
public static void LogAndRestartProcessTime(this PerformanceValueProfiler value, string processName)
Parameters
value
PerformanceValueProfilerThe value.
processName
stringThe processName.
RestartProcessTime(PerformanceValueProfiler)
Restart the process time
public static void RestartProcessTime(this PerformanceValueProfiler value)
Parameters
value
PerformanceValueProfilerThe value.
StartTotalTime(PerformanceValueProfiler)
Start the total time
public static void StartTotalTime(this PerformanceValueProfiler value)
Parameters
value
PerformanceValueProfilerThe value.
StopProcessAndLogTime(PerformanceValueProfiler, string)
Stop the process time, add or update the process
public static void StopProcessAndLogTime(this PerformanceValueProfiler value, string processName)
Parameters
value
PerformanceValueProfilerThe value.
processName
stringThe processName.
StopTotalTime(PerformanceValueProfiler)
Stop the total time
public static void StopTotalTime(this PerformanceValueProfiler value)
Parameters
value
PerformanceValueProfilerThe value.