aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_profiler
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesFabian Kosmale2021-01-151-23/+0
* CMake: Regenerate qtdeclarative/srcAlexandru Croitor2020-05-291-1/+1
* Regenerate projects to handle private deps correctlyAlexandru Croitor2020-02-051-5/+1
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-292-2/+2
|\
| * Change some unite(const QHash &) to insert(const QHash &)MÃ¥rten Nordheim2020-01-242-2/+2
* | Regenerate plugins namesAlexandru Croitor2020-01-291-3/+3
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-1/+1
* | Regenerate projectsAlexandru Croitor2019-11-141-1/+0
* | Regenerate qtdeclarative before mergeAlexandru Croitor2019-10-111-2/+0
* | Generate CMake projects for qmltoolingLeander Beernaert2019-08-121-0/+30
|/
* QML Tooling: Fix ordering of memory events in V4 profiler adapterUlf Hermann2018-11-141-2/+5
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-265-4/+10
|\
| * Make QPacketProtocol independent of QmlUlf Hermann2018-04-235-4/+10
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-282-3/+15
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-272-3/+3
|\|
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-262-3/+3
* | QQmlProfilerService: Drop support for non-location-tracking clientsUlf Hermann2018-02-096-39/+24
|/
* 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
|\|