aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4profiling.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+1
* QQmlProfilerService: Drop support for non-location-tracking clientsUlf Hermann2018-02-091-5/+4
* Re-enable QML memory profilingUlf Hermann2017-11-231-1/+2
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Qml jsruntime: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-161-1/+1
* QmlProfiler: Send RangeData and RangeLocation only once per typeUlf Hermann2016-05-271-5/+12
* V4 profiling: Don't needlessly resolve locationsUlf Hermann2016-05-181-9/+8
* V4 profiler: Don't duplicate function locationsUlf Hermann2016-05-021-14/+26
* Updated license headersJani Heikkinen2016-01-191-14/+20
* std::sort JS profiling data instead of insert-sorting itUlf Hermann2015-08-241-12/+17
* Periodically flush profiling data to client.Ulf Hermann2015-08-041-3/+2
* Use QVector instead of QList in V4 profilerUlf Hermann2015-07-201-5/+5
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-0/+1
* Move memory management related functionality into it's own folderLars Knoll2015-03-021-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-18/+20
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Properly initialize heap profiler when starting profilingUlf Hermann2014-06-121-1/+18
* Javascript heap profilerUlf Hermann2014-06-061-1/+3
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-031-1/+1
* Satellite profiler for V4Ulf Hermann2014-02-121-0/+101