aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerconfigwidget.ui
Commit message (Collapse)AuthorAgeFilesLines
* Small string improvementsRobert Loehning2016-01-201-1/+1
| | | | | Change-Id: Iad60750b4c4164b074a3b0203e4121e8586909de Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* QmlProfiler: allow for multiple sequential traces to be aggregatedUlf Hermann2015-11-191-0/+17
| | | | | | Task-number: QTCREATORBUG-13317 Change-Id: Ic7d1d5c94d8d522741b6c4207a21a43f521da5fb Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* QmlProfiler: Expose flush interval to userUlf Hermann2015-08-311-0/+54
Flushing data while the application is running can distort the results because the flushing itself takes time. However, not flushing leads to longer load times in the end and higher memory usage. The best strategy depends on the application being analyzed and the users should decide if they want to flush or not. The settings infrastructure also paves the way for preserviing the layout of the timeline and statistics views as well as the category filters across sessions. Change-Id: I2cdc37c7fc7eb9b05b6870955ddffaa712d6c956 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>