Run Timer is a VS Code extension that tracks and displays the runtime of your program in the status bar. It helps developers monitor the time taken by their program execution and debugging sessions in a non-intrusive way.
Features
Track Execution Time: Displays the runtime of your program in seconds, with two decimal precision, directly in the status bar.
No Pop-ups: All interactions are visible directly in the status bar without any intrusive pop-ups.
How It Works
Start Timing: When you start debugging (F5), the timer will automatically start.
End Timing: Once the debugging session ends, the total runtime is displayed in the status bar.
Installation
Open VS Code.
Go to the Extensions view (Ctrl+Shift+X).
Search for "Execution Timer".
Click Install.
Usage
Start debugging (F5).
The timer will appear in the bottom status bar, tracking the execution time in seconds.