KSPDev Client utilities
KSPDev Client utilities
KSPDev.DebugUtils
PerfCounter Class
PerfCounter Properties
avgDurationPerCallMs Property
maxDurationPerCallMs Property
minDurationPerCallMs Property
numSamples Property
totalDurationMs Property
PerfCounter
totalDurationMs Property
Total elapsed milleseconds in all readings.
Namespace:
KSPDev.DebugUtils
Assembly:
KSPDev_Utils.2.6 (in KSPDev_Utils.2.6.dll) Version: 2.6 for KSP v1
Syntax
C#
Copy
public
double
totalDurationMs
{
get
; }
Request Example
View Source
Property Value
Type:
Double
The total number of milliseconds, spent in the measured code.
See Also
Reference
PerfCounter Class
KSPDev.DebugUtils Namespace
Send comments on this topic to
igor.zavoychinskiy@gmail.com