TimeToPic bundle, general purpose visual performance analyzer & logging for Qt and various embedded uses
-
Hi.
We have been developing performance analysis tools as hobby about 4 years now. I don't know if this right forum but in case you want measure code timings of your applications (Windows, Android, Linux..whatever), TimeToPic and TimeToPic logger would be useful for the job. Those apps have been written using Qt. Windows and Linux versions (Ubuntu) are available.
Qt specific example video one year ago
Kind regards,
Erkki Salonen
Tampere
Finland -
Hi,
This looks interesting, did you thought about providing a Qt Creator plugin for it ?
-
Hi.
Initially we were thinking of creating plugin. Then we found out that people uses various IDE's when developing several platforms/systems and idea was dropped.
Now the typical work flow is that you code using your favorite IDE and on second screen you have analysis running without stepping into way.
What comes to Qt, we implemented small logging library that does basic stuff and OS level CPU and Memory usage logging. It might be good idea to check latest Qt logging API and support for those as well.
Kind regards,
Erkki Salonen
Tampere
Finland