summaryrefslogtreecommitdiffstats
path: root/src/common-lib/startuptimer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-301-2/+1
* Fix automatic startup timer reportingBernd Weimer2018-09-251-0/+6
* Add basic iOS support. Fix all "macOS" referencesRobert Griebl2018-08-241-2/+2
* Fix Main cleanupDaniel d'Andrada2018-07-231-0/+2
* Clang code model fixesRobert Griebl2018-04-171-11/+11
* Add a way to suppress the automatic startup-timer report generationRobert Griebl2018-04-171-0/+30
* Introduce qdoc groups for all qml typesDominik Holland2018-04-171-0/+2
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Improve documentationBernd Weimer2017-12-191-1/+1
* Expose time to first frame in QMLNedim Hadzic2017-09-071-2/+84
* Re-enable Android supportRobert Griebl2017-05-291-0/+3
* Improve startup timingBernd Weimer2017-04-261-27/+59
* Only print startup reports when explicitly requested by createReportRobert Griebl2017-04-031-2/+0
* Do not print an empty StartupTimer reportRobert Griebl2017-03-141-1/+1
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-141-6/+6
* Simplify StartupTimer usageRobert Griebl2017-03-101-3/+12
* Further cleanup/improvement of the color output handlerRobert Griebl2017-03-071-13/+13
* Color output handling cleanupRobert Griebl2017-02-091-4/+5
* Improved the StartupTimer and WindowManager documentationRobert Griebl2017-02-021-42/+65
* Documentation updateRobert Griebl2017-02-011-4/+0
* Added startup timinig report for applicationsNedim Hadzic2017-01-181-3/+65
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Swap time axis in startup reportBernd Weimer2016-12-061-3/+8
* Make the build warning freeRobert Griebl2016-10-191-2/+2
* Prevent crash when exiting with no StartupTimer checkpointsRobert Griebl2016-10-071-1/+1
* Made the StartupTimer available to the system-ui QML codeRobert Griebl2016-09-301-7/+19
* Moved all symbols to a private namespaceRobert Griebl2016-09-231-0/+2
* Added console color output support when running inside QtCreatorRobert Griebl2016-08-101-1/+2
* Support the compiler in optimizing the startup process.Robert Griebl2016-06-211-1/+1
* Fixed license header to align with the final QtAS contract.Robert Griebl2016-06-021-6/+16
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-111-13/+14
* Updated copyright year to 2016Robert Griebl2016-03-171-1/+1
* Forgot to flush the startup timer info after writingRobert Griebl2016-03-101-0/+1
* Tweaked the header layout a little bit, so that it passes the CI check.Robert Griebl2015-11-201-4/+4
* Fixed all copyright headers to be GPLv3Robert Griebl2015-11-161-1/+3
* Added fine-grained startup time measurement.Robert Griebl2015-11-021-0/+221