No description
Find a file
2024-01-25 12:16:42 +01:00
src handle first-time run with no arguments 2024-01-25 12:10:17 +01:00
.gitignore init 2023-09-06 13:35:18 +02:00
Cargo.lock handle ctrl+c 2024-01-02 11:03:49 +01:00
Cargo.toml handle ctrl+c 2024-01-02 11:03:49 +01:00
README.md add README.md 2024-01-25 12:16:42 +01:00
rustfmt.toml init 2023-09-06 13:35:18 +02:00

compiler timer

Add before your compiler and arguments to store a history of compilation times and print statistics.

Example output:

<regular compiler output>

Build took 18.025s
Total wasted today: 44m 5s
5 day average: 35m 38s
Overall average: 40m 22s
Since 2023-09-07: 55h 11m 22s

Run with no arguments to just print the overall stats.