|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <RuntimeMetrics.h>
Public Member Functions | |
| SpellCastMetricsSnapshot () | |
Public Attributes | |
| uint64 | Failures |
| uint32 | LastCustomError |
| uint32 | LastFailure |
| uint32 | LastOpcode |
| uint32 | LastSpellId |
Definition at line 53 of file RuntimeMetrics.h.
| Skyfire::Diagnostics::SpellCastMetricsSnapshot::SpellCastMetricsSnapshot | ( | ) |
Definition at line 40 of file RuntimeMetrics.cpp.
References Failures, LastCustomError, LastFailure, LastOpcode, and LastSpellId.
| uint64 Skyfire::Diagnostics::SpellCastMetricsSnapshot::Failures |
Definition at line 57 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), Skyfire::Diagnostics::RuntimeMetrics::Snapshot(), and SpellCastMetricsSnapshot().
| uint32 Skyfire::Diagnostics::SpellCastMetricsSnapshot::LastCustomError |
Definition at line 60 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), Skyfire::Diagnostics::RuntimeMetrics::Snapshot(), and SpellCastMetricsSnapshot().
| uint32 Skyfire::Diagnostics::SpellCastMetricsSnapshot::LastFailure |
Definition at line 59 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), Skyfire::Diagnostics::RuntimeMetrics::Snapshot(), and SpellCastMetricsSnapshot().
| uint32 Skyfire::Diagnostics::SpellCastMetricsSnapshot::LastOpcode |
Definition at line 61 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), Skyfire::Diagnostics::RuntimeMetrics::Snapshot(), and SpellCastMetricsSnapshot().
| uint32 Skyfire::Diagnostics::SpellCastMetricsSnapshot::LastSpellId |
Definition at line 58 of file RuntimeMetrics.h.
Referenced by Skyfire::Diagnostics::FormatRuntimeMetricLines(), Skyfire::Diagnostics::RuntimeMetrics::Snapshot(), and SpellCastMetricsSnapshot().