PerfCounterminDurationPerCallMs Property |
Minimum time spent in one reading during the life of the counter.
Namespace:
KSPDev.DebugUtils
Assembly:
KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntaxpublic double minDurationPerCallMs { get; }
Request Example
View SourceProperty Value
Type:
DoubleThe minimum duration, taken by the measured code.
See Also