| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | Fix some compile errors when compiling with -no-gui -no-qml-debug | Ulf Hermann | 2024-01-17 | 1 | -2/+2 |
| * | Profiler: Add move operations to FunctionCall | Ulf Hermann | 2022-11-14 | 1 | -6/+24 |
| * | QtQml: Remove unused includes in qml, final part | Semih Yavuz | 2022-09-14 | 1 | -1/+1 |
| * | Remove Qt key words from header files | Yuhang Zhao | 2022-07-19 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE | Andreas Buhr | 2020-12-16 | 1 | -5/+5 |
| * | FunctionCallProfiler: initialize all members | Volker Hilsheimer | 2020-11-05 | 1 | -4/+3 |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -10/+10 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-02-27 | 1 | -2/+2 |
| |\ |
|
| | * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -2/+2 |
| * | | QQmlProfilerService: Drop support for non-location-tracking clients | Ulf Hermann | 2018-02-09 | 1 | -1/+1 |
| |/ |
|
| * | Fix build without QML debugging | Ulf Hermann | 2018-01-16 | 1 | -0/+4 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2018-01-09 | 1 | -6/+14 |
| |\ |
|
| | * | Re-enable QML memory profiling | Ulf Hermann | 2017-11-23 | 1 | -6/+14 |
| * | | V4 Profiler: Re-add memory profiling macros | Ulf Hermann | 2018-01-09 | 1 | -0/+12 |
| * | | Merge remote-tracking branch 'origin/wip/new-backend' into dev | Simon Hausmann | 2017-11-21 | 1 | -28/+11 |
| |\ \ |
|
| | * | | Always create a valid CallData object for interpreter calls | Lars Knoll | 2017-08-10 | 1 | -28/+11 |
| | * | | Refactor context handling | Lars Knoll | 2017-08-10 | 1 | -6/+6 |
| | * | | Introduce a JS stack frame that corresponds to the C++ stack frame | Lars Knoll | 2017-08-10 | 1 | -6/+6 |
| | * | | No need to pass the Engine pointer to VME::exec() | Lars Knoll | 2017-08-03 | 1 | -5/+5 |
| | * | | Get rid of the compilation unit related members in ExecutionContext | Lars Knoll | 2017-08-03 | 1 | -2/+2 |
| | |/ |
|
| * / | Make qml-debug a proper feature | Ulf Hermann | 2017-11-08 | 1 | -2/+2 |
| |/ |
|
| * | Fix -no-qmldebug debug build with MSVC | Kai Koehne | 2017-02-01 | 1 | -1/+1 |
| * | V4 Profiler: Don't delete compilation units when copying trace data | Ulf Hermann | 2016-12-20 | 1 | -3/+2 |
| * | V4: Make the first QML profiling check as quick as possible | Erik Verbruggen | 2016-12-01 | 1 | -1/+1 |
| * | V4: Make ExecutionEngine's debugger and profiler private | Ulf Hermann | 2016-07-28 | 1 | -9/+9 |
| * | Replace debugger and profiler with stubs on -no-qml-debug | Ulf Hermann | 2016-07-28 | 1 | -0/+20 |
| * | V4: Don't pass size and pointer through allocation trackers | Ulf Hermann | 2016-07-28 | 1 | -21/+20 |
| * | Tooling: Convert connects to Qt5 style | Ulf Hermann | 2016-07-28 | 1 | -1/+0 |
| * | QmlProfiler: Send RangeData and RangeLocation only once per type | Ulf Hermann | 2016-05-27 | 1 | -1/+48 |
| * | V4 profiling: Don't needlessly resolve locations | Ulf Hermann | 2016-05-18 | 1 | -1/+11 |
| * | V4 profiler: Don't duplicate function locations | Ulf Hermann | 2016-05-02 | 1 | -2/+12 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Add missing "We mean it" comments to private headers. | Friedemann Kleint | 2015-10-06 | 1 | -0/+11 |
| * | std::sort JS profiling data instead of insert-sorting it | Ulf Hermann | 2015-08-24 | 1 | -0/+1 |
| * | Use QVector instead of QList in V4 profiler | Ulf Hermann | 2015-07-20 | 1 | -5/+5 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Change signature or runtime methods to take an engine pointer | Lars Knoll | 2014-11-12 | 1 | -5/+5 |
| * | Fix QQmlExpression/QQmlScriptString/QQmlBinding crashes | Simon Hausmann | 2014-10-09 | 1 | -5/+5 |
| * | Select specific features to be recorded when profiling QML | Ulf Hermann | 2014-09-11 | 1 | -5/+13 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -18/+10 |
| * | Profiler: Fix MSVC warning about signed integers. | Friedemann Kleint | 2014-07-03 | 1 | -1/+1 |
| * | Properly initialize heap profiler when starting profiling | Ulf Hermann | 2014-06-12 | 1 | -1/+2 |
| * | Javascript heap profiler | Ulf Hermann | 2014-06-06 | 1 | -1/+39 |
| * | Satellite profiler for V4 | Ulf Hermann | 2014-02-12 | 1 | -0/+169 |