# Toolbox: Performance Monitor Real-time graphing of app-specific resource consumption during test execution. ### Key Features - **Live Charts:** Watch CPU % and RAM (MB) usage graphed on a timeline. - **App-Specific Monitoring:** Unlike global monitors, this specifically tracks the footprint of the selected application. - **CSV Export:** Record a performance session while running your automated tests, and export the plotted data to CSV for performance baseline reporting. ### How to Use Select your app package, click 'Start Recording', and run your test suite. Once the test concludes, stop the recording and analyze the peaks and valleys in resource usage to catch memory leaks.