refreshSlowOperations method
void
refreshSlowOperations()
Refresh slow operations from the tracker.
Implementation
void refreshSlowOperations() {
slowOperations.value = SlowOperationTracker.instance.recent(20);
}
Refresh slow operations from the tracker.
void refreshSlowOperations() {
slowOperations.value = SlowOperationTracker.instance.recent(20);
}