PerfCountermaxDurationPerCallMs Property |
Maximum time spent in one reading during the life of the counter.
Namespace:
KSPDev.DebugUtils
Assembly:
KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntaxpublic double maxDurationPerCallMs { get; }
Request Example
View SourceProperty Value
Type:
DoubleThe maximum duration, taken by the measured code.
See Also