refreshSlowOperations method

void refreshSlowOperations()

Refresh slow operations from the tracker.

Implementation

void refreshSlowOperations() {
  slowOperations.value = SlowOperationTracker.instance.recent(20);
}