Click or drag to resize

PerfCountermaxDurationPerCallMs Property

Maximum time spent in one reading during the life of the counter.

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 for KSP v1.6+
Syntax
C#
public double maxDurationPerCallMs { get; }
Request Example View Source

Property Value

Type: Double
The maximum duration, taken by the measured code.
See Also