useless data pt. II

Written by  on March 28, 2015 

If you ever wondered how many times you compiled your project {today, the last week, ..} and got no answer: here is a clue.
Add the command “date >> someTextFile.txt” as custom command to QtCreator as build step before make is executed.
This will insert everytime you compile a new line with the current time into a textfile. Processing that data is your own task.
Small hint: if you are lazy and just want some alltime-stats use “wc compileDates.txt” 😉

compileRuns

Edit 20150407:
If you are just interested in the date, use this:

Category : C++Qt

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.