### Problem Statement We already track memory usage and other context info to help show the state of the app. Event loop utilization could be a helpful metric? ### Solution Brainstorm We can get event loop utilization via `performance.eventLoopUtilization()`.