aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmlprofiler_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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