|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <RuntimeMetrics.h>
Public Member Functions | |
| RuntimeSampleSnapshot () | |
Public Attributes | |
| uint32 | Average |
| uint32 | Last |
| uint32 | Maximum |
| uint64 | SampleCount |
| uint64 | SlowSamples |
Definition at line 19 of file RuntimeMetrics.h.
| Skyfire::Diagnostics::RuntimeSampleSnapshot::RuntimeSampleSnapshot | ( | ) |
Definition at line 31 of file RuntimeMetrics.cpp.
References Average, Last, Maximum, SampleCount, and SlowSamples.
| uint32 Skyfire::Diagnostics::RuntimeSampleSnapshot::Average |
Definition at line 26 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), RuntimeSampleSnapshot(), and Skyfire::Diagnostics::RuntimeMetrics::RuntimeSample::Snapshot().
| uint32 Skyfire::Diagnostics::RuntimeSampleSnapshot::Last |
Definition at line 25 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), RuntimeSampleSnapshot(), and Skyfire::Diagnostics::RuntimeMetrics::RuntimeSample::Snapshot().
| uint32 Skyfire::Diagnostics::RuntimeSampleSnapshot::Maximum |
Definition at line 27 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), RuntimeSampleSnapshot(), and Skyfire::Diagnostics::RuntimeMetrics::RuntimeSample::Snapshot().
| uint64 Skyfire::Diagnostics::RuntimeSampleSnapshot::SampleCount |
Definition at line 23 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), RuntimeSampleSnapshot(), and Skyfire::Diagnostics::RuntimeMetrics::RuntimeSample::Snapshot().
| uint64 Skyfire::Diagnostics::RuntimeSampleSnapshot::SlowSamples |
Definition at line 24 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), RuntimeSampleSnapshot(), and Skyfire::Diagnostics::RuntimeMetrics::RuntimeSample::Snapshot().