aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4profiling_p.h
Commit message (Expand)AuthorAgeFilesLines
* Re-enable QML memory profilingUlf Hermann2017-11-231-6/+14
* Fix -no-qmldebug debug build with MSVCKai Koehne2017-02-011-1/+1
* V4 Profiler: Don't delete compilation units when copying trace dataUlf Hermann2016-12-201-3/+2
* V4: Make the first QML profiling check as quick as possibleErik Verbruggen2016-12-011-1/+1
* V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-281-9/+9
* Replace debugger and profiler with stubs on -no-qml-debugUlf Hermann2016-07-281-0/+20
* V4: Don't pass size and pointer through allocation trackersUlf Hermann2016-07-281-21/+20
* Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-281-1/+0
* QmlProfiler: Send RangeData and RangeLocation only once per typeUlf Hermann2016-05-271-1/+48
* V4 profiling: Don't needlessly resolve locationsUlf Hermann2016-05-181-1/+11
* V4 profiler: Don't duplicate function locationsUlf Hermann2016-05-021-2/+12
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* std::sort JS profiling data instead of insert-sorting itUlf Hermann2015-08-241-0/+1
* Use QVector instead of QList in V4 profilerUlf Hermann2015-07-201-5/+5
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Change signature or runtime methods to take an engine pointerLars Knoll2014-11-121-5/+5
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-5/+5
* Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-5/+13
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Profiler: Fix MSVC warning about signed integers.Friedemann Kleint2014-07-031-1/+1
* Properly initialize heap profiler when starting profilingUlf Hermann2014-06-121-1/+2
* Javascript heap profilerUlf Hermann2014-06-061-1/+39
* Satellite profiler for V4Ulf Hermann2014-02-121-0/+169