add README.md
This commit is contained in:
parent
64c077b168
commit
bcc7b8c0a3
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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.
|
||||||
|
|
Loading…
Reference in a new issue