Click or drag to resize

PerfCounterminDurationPerCallMs Property

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

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

Property Value

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