aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmlprofiler_p.h
Commit message (Expand)AuthorAgeFilesLines
* Qml Profiler: Store and send URL of compile eventsUlf Hermann2018-03-271-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Finally really remove QT_NO_QML_DEBUGGERUlf Hermann2018-02-191-2/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-4/+15
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-0/+5
| |\
| | * Fix namespace builds with -no-qml-debugJoni Poikelin2018-01-231-0/+5
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-4/+10
| |\|
| | * Qml Profiling: Track signals globallyUlf Hermann2018-01-041-4/+10
* | | QML Profiler: Don't assume a non-null object in RefLocationUlf Hermann2018-01-091-2/+13
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-3/+8
|\| |
| * | Prevent crashes when profiling translation bindingsUlf Hermann2017-11-111-3/+8
| |/
* | Merge remote-tracking branch 'origin/wip/new-backend' into devSimon Hausmann2017-11-211-53/+104
|\ \
| * | Move a couple of data members required for new JITLars Knoll2017-11-071-53/+104
| |/
* / Make qml-debug a proper featureUlf Hermann2017-11-081-2/+4
|/
* Fix -no-qmldebug debug build with MSVCKai Koehne2017-02-011-1/+1
* Fix build without qml-debugTasuku Suzuki2017-01-241-1/+1
* QmlProfiler: Don't create a new event ID for each binding instanceUlf Hermann2016-12-201-30/+29
* Mostly use the QV4::Function in javascript expressionsLars Knoll2016-12-091-2/+7
* Remove some unused members on -no-qml-debugUlf Hermann2016-07-281-4/+4
* Replace debugger and profiler with stubs on -no-qml-debugUlf Hermann2016-07-281-3/+53
* Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-281-2/+1
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-4/+3
* QmlProfiler: Send RangeData and RangeLocation only once per typeUlf Hermann2016-05-271-17/+11
* QmlProfiler: Reduce memory usage for file names and URLsUlf Hermann2016-05-021-66/+145
* QmlProfiler: Pass detailType directly, rather than as a bit fieldUlf Hermann2016-04-271-13/+13
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Fix profiling of QML/JS compilationUlf Hermann2015-08-241-5/+6
* Move profiler and engine control services into a pluginUlf Hermann2015-08-041-18/+3
* Periodically flush profiling data to client.Ulf Hermann2015-08-041-1/+1
* Avoid QVector::pop_front()Ulf Hermann2015-08-041-0/+1
* Use QVector rather than QList for storing QQmlProfilerDataUlf Hermann2015-07-291-4/+4
* Speed up binding evaluationSimon Hausmann2015-04-161-4/+4
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-18/+23
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Use RAII for VME profilerUlf Hermann2014-04-031-78/+62
* Combine the source file, line and column number triplet in a common structureSimon Hausmann2014-03-041-15/+3
* [new compiler] Fix profiler supportSimon Hausmann2014-03-041-1/+1
* Add dedicated QML profiler and adapterUlf Hermann2014-02-151-0/+368