Click or drag to resize

PerfCounternumSamples Property

Total number of readings captured.

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
public int numSamples { get; }
Request Example View Source

Property Value

Type: Int32
The number of times MeasureAction(Action) was called.
See Also