|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <RuntimeMetrics.h>
Public Member Functions | |
| MapUpdaterMetricsSnapshot () | |
Public Attributes | |
| uint64 | Completed |
| uint32 | Pending |
| uint32 | PendingHighWater |
| uint64 | Scheduled |
| uint64 | ScheduleFailures |
| RuntimeSampleSnapshot | Wait |
Definition at line 30 of file RuntimeMetrics.h.
| Skyfire::Diagnostics::MapUpdaterMetricsSnapshot::MapUpdaterMetricsSnapshot | ( | ) |
Definition at line 34 of file RuntimeMetrics.cpp.
References Completed, Pending, PendingHighWater, Scheduled, ScheduleFailures, and Wait.
| uint64 Skyfire::Diagnostics::MapUpdaterMetricsSnapshot::Completed |
Definition at line 35 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), MapUpdaterMetricsSnapshot(), and Skyfire::Diagnostics::RuntimeMetrics::Snapshot().
| uint32 Skyfire::Diagnostics::MapUpdaterMetricsSnapshot::Pending |
Definition at line 37 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), MapUpdaterMetricsSnapshot(), and Skyfire::Diagnostics::RuntimeMetrics::Snapshot().
| uint32 Skyfire::Diagnostics::MapUpdaterMetricsSnapshot::PendingHighWater |
Definition at line 38 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), MapUpdaterMetricsSnapshot(), and Skyfire::Diagnostics::RuntimeMetrics::Snapshot().
| uint64 Skyfire::Diagnostics::MapUpdaterMetricsSnapshot::Scheduled |
Definition at line 34 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), MapUpdaterMetricsSnapshot(), and Skyfire::Diagnostics::RuntimeMetrics::Snapshot().
| uint64 Skyfire::Diagnostics::MapUpdaterMetricsSnapshot::ScheduleFailures |
Definition at line 36 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), MapUpdaterMetricsSnapshot(), and Skyfire::Diagnostics::RuntimeMetrics::Snapshot().
| RuntimeSampleSnapshot Skyfire::Diagnostics::MapUpdaterMetricsSnapshot::Wait |
Definition at line 39 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), MapUpdaterMetricsSnapshot(), and Skyfire::Diagnostics::RuntimeMetrics::Snapshot().