PerfCountertotalDurationMs Property |
Total elapsed milleseconds in all readings.
Namespace:
KSPDev.DebugUtils
Assembly:
KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntaxpublic double totalDurationMs { get; }
Request Example
View SourceProperty Value
Type:
DoubleThe total number of milliseconds, spent in the measured code.
See Also