Click or drag to resize

PerfCounterMeasureAction Method

Measures timing in a simple action that doesn't return result.

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 for KSP v1.6+
Syntax
C#
public void MeasureAction(
	Action fn
)
Request Example View Source

Parameters

fn
Type: SystemAction
The action to measure.
See Also