Click or drag to resize

PerfCounteravgDurationPerCallMs Property

Average time spent per one reading.

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

Property Value

Type: Double
The average time in milliseconds.
See Also