Ungoing refactoring
This commit is contained in:
@@ -188,7 +188,6 @@ impl CyclicEnum for SettingKind {
|
||||
|
||||
pub struct Metrics {
|
||||
pub event_count: usize,
|
||||
pub dropped_events: usize,
|
||||
pub active_voices: usize,
|
||||
pub peak_voices: usize,
|
||||
pub cpu_load: f32,
|
||||
@@ -204,7 +203,6 @@ impl Default for Metrics {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
event_count: 0,
|
||||
dropped_events: 0,
|
||||
active_voices: 0,
|
||||
peak_voices: 0,
|
||||
cpu_load: 0.0,
|
||||
|
||||
Reference in New Issue
Block a user