aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4profiling.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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