KSPDev Client utilities
KSPDev Client utilities
KSPDev.DebugUtils
PerfCounter Class
PerfCounter Properties
avgDurationPerCallMs Property
maxDurationPerCallMs Property
minDurationPerCallMs Property
numSamples Property
totalDurationMs Property
PerfCounter
maxDurationPerCallMs Property
Maximum time spent in one reading during the life of the counter.
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
maxDurationPerCallMs
{
get
; }
Request Example
View Source
Property Value
Type:
Double
The maximum duration, taken by the measured code.
See Also
Reference
PerfCounter Class
KSPDev.DebugUtils Namespace
Send comments on this topic to
igor.zavoychinskiy@gmail.com