aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_profiler
Commit message (Expand)AuthorAgeFilesLines
* QML Tooling: Don't send StartTrace if we haven't started any profilersUlf Hermann2018-03-271-2/+1
* QML Tooling: Remember global "enabled" flag in profiler serviceUlf Hermann2018-03-272-1/+14
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-262-3/+3
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-12/+20
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-12/+20
| |\
| | * QQmlProfilerService: Only send "Complete" if no more engines are runningUlf Hermann2018-01-161-12/+20
* | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-1/+1
|/ /
* | QQmlProfilerService: Avoid type ambiguitiesUlf Hermann2018-01-151-5/+8
* | Dissolve src/plugins/qmltooling/sharedUlf Hermann2017-11-056-10/+5
* | QQmlEngineControlService: Make data types explicitUlf Hermann2017-10-241-4/+5
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-253-19/+19
|/
* QmlProfiler: Avoid race conditions in QQmlTypeLoaderUlf Hermann2017-09-053-12/+29
* Remove the qqmldebugtrace benchmarkUlf Hermann2017-05-081-2/+0
* Run includemocs in qtdeclarativeThiago Macieira2017-04-263-0/+6
* headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-071-1/+1
* QmlDebug: Only wait in EngineControl service when "block" is activeUlf Hermann2016-11-242-2/+4
* Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-032-6/+6
|\
| * Cast enums to int before streaming into QDataStreamThiago Macieira2016-10-232-6/+6
* | QQmlProfilerService: reduce allocationsAnton Kudryavtsev2016-10-071-7/+18
* | Plugins: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-262-15/+15
|/
* V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-281-7/+7
* Qml: Create profiler adapters in the pluginsUlf Hermann2016-07-282-2/+2
* Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-286-50/+46
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-2/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-2/+6
| |\
| | * QmlProfiler: When flushing data, send it in the right orderUlf Hermann2016-05-251-2/+6
* | | QmlProfiler: Send RangeData and RangeLocation only once per typeUlf Hermann2016-05-276-45/+77
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+0
|\|
* | QmlProfiler: Reduce memory usage for file names and URLsUlf Hermann2016-05-022-8/+25
* | V4 profiler: Don't duplicate function locationsUlf Hermann2016-05-022-15/+35
* | QmlProfiler: Pass detailType directly, rather than as a bit fieldUlf Hermann2016-04-271-32/+27
* | QmlDebug: Reuse packets instead of deleting and recreating themUlf Hermann2016-03-113-30/+33
* | QmlProfiler: Send events in smaller batchesUlf Hermann2016-03-113-9/+12
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-4/+3
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-4/+3
| * qDelete(hash/map.values()) -> qDelete(hash/map)Albert Astals Cid2015-12-151-1/+1
* | Updated license headersJani Heikkinen2016-01-1910-140/+200
* | Plugins: fix expensive iteration over QHash::keys()Anton Kudryavtsev2016-01-151-2/+4
* | Extend QDebugMessageServiceUlf Hermann2015-11-171-0/+6
* | Make sure EngineControl messages are intsUlf Hermann2015-11-171-1/+1
* | Use QJSEngine instead of QQmlEngine in debug servicesUlf Hermann2015-11-175-58/+60
* | QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-175-19/+20
* | QmlDebug: move QQuickProfiler into a pluginUlf Hermann2015-11-173-3/+14
* | QmlProfiler: Remove binding typesUlf Hermann2015-10-281-3/+1
* | qDelete([multi]hash.values()) -> qDelete([multi]hash)Albert Astals Cid2015-10-231-1/+1
* | Put QPacketProtocol into its own static libraryUlf Hermann2015-10-154-34/+27
* | Rename members of QV4ProfilerAdapter for consistencyUlf Hermann2015-09-152-33/+36
* | Actively translate feature flags between QML and V4 profilersUlf Hermann2015-09-152-1/+36
* | Make keys of all debug services publicUlf Hermann2015-09-153-18/+16
|/
* Fix profiling of QML/JS compilationUlf Hermann2015-08-241-1/+1