phase 2 progress
This commit is contained in:
@@ -13,6 +13,7 @@ struct RuntimeEventQueueMetrics
|
||||
std::size_t depth = 0;
|
||||
std::size_t capacity = 0;
|
||||
std::size_t droppedCount = 0;
|
||||
std::size_t coalescedCount = 0;
|
||||
double oldestEventAgeMilliseconds = 0.0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user