Click or drag to resize

PerfCountertotalDurationMs Property

Total elapsed milleseconds in all readings.

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 totalDurationMs { get; }
Request Example View Source

Property Value

Type: Double
The total number of milliseconds, spent in the measured code.
See Also