aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlevent.h
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: avoid using Q_FOREACH over QVarLengthArrayMarc Mutz2019-07-251-1/+1
* QmlProfiler: ModernizeAlessandro Portale2018-12-021-4/+4
* Tracing: Make sure we don't cast between different kinds of eventsUlf Hermann2018-07-161-4/+6
* QmlProfiler: Avoid memcpy for non-POD objectOrgad Shaneh2018-05-111-2/+6
* Move Timeline and FlameGraph into a common "Tracing" libraryUlf Hermann2018-05-041-1/+1
* Move parts of QmlEvent and QmlEventType to timelineUlf Hermann2018-04-171-28/+11
* QmlProfiler: Fix some number conversion issuesUlf Hermann2018-04-171-3/+4
* QmlProfiler: Don't write past end in QmlEventUlf Hermann2017-11-221-2/+5
* QmlProfiler: Add some missing bits to QmlEventUlf Hermann2016-06-081-0/+18
* QmlProfiler: Add default template param to QmlEvent::numberUlf Hermann2016-06-081-1/+1
* QmlProfiler: Don't add junk to the end of strings from QmlEventsUlf Hermann2016-06-081-2/+2
* QmlProfiler: Drop duration from QmlEventUlf Hermann2016-05-231-16/+9
* QmlProfiler: Fix compile warning on Windows.David Schulz2016-05-111-1/+1
* QmlProfiler: Add data stream operators for QmlEventUlf Hermann2016-05-101-0/+6
* QmlProfiler: Add some Q_DECLARE_METATYPEUlf Hermann2016-05-101-0/+3
* QmlProfiler: Make QmlEvent Q_MOVABLE_TYPEUlf Hermann2016-05-101-0/+4
* QmlProfiler: Avoid zero-sized arraysUlf Hermann2016-05-091-5/+6
* QmlProfiler: Add a QmlTypedEvent and extend QmlEventUlf Hermann2016-05-091-62/+189
* QmlProfiler: Rename QmlEvent::startTime to "timestamp"Ulf Hermann2016-05-061-10/+10
* QmlProfiler: Fix the naming scheme for events and event typesUlf Hermann2016-05-041-0/+168