aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilertracefile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tracing/QmlProfiler/CtfVisualizer/PerfProfiler: Compile with Qt 6Alessandro Portale2021-06-091-4/+4
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* QmlProfiler: Fix placeholderRobert Loehning2018-07-231-2/+2
* QmlProfiler: Set the future to finished after loading all eventsUlf Hermann2018-05-291-0/+4
* Tracing: Simplify saving and loadingUlf Hermann2018-05-111-37/+16
* Tracing: Move event storage out of trace managerUlf Hermann2018-05-081-14/+7
* Tracing: Move the type storage out of the trace managerUlf Hermann2018-05-081-15/+11
* Tracing: Generalize event filteringUlf Hermann2018-05-081-2/+2
* QmlProfiler: Fix signed/unsigned comparison warningOrgad Shaneh2018-05-071-1/+1
* QmlProfiler: Rename specific replayEvents to replayQmlEventsUlf Hermann2018-04-191-2/+2
* QmlProfiler: Move parts of model manager and trace file to TimelineUlf Hermann2018-04-191-252/+212
* QmlProfiler: Don't expose the vector of event typesUlf Hermann2018-04-171-6/+20
* Move parts of QmlEvent and QmlEventType to timelineUlf Hermann2018-04-171-1/+1
* QmlProfiler: Correctly handle invalid message typesUlf Hermann2017-09-121-1/+1
* QmlProfiler: Don't trust in externally provided timestampsUlf Hermann2017-09-121-3/+6
* QmlProfiler: Use QList for QmlRange container when loading .qtdUlf Hermann2017-03-241-1/+1
* QmlProfiler: Correctly process coarse-grained tracesUlf Hermann2017-03-231-8/+71
* QmlProfiler: Remove references to QmlProfilerDataModelUlf Hermann2017-02-241-6/+6
* QmlProfiler: Simplify buffer handling when loading traceUlf Hermann2017-02-241-9/+5
* QmlProfiler: Guard against the temporary trace file going awayUlf Hermann2017-02-241-4/+14
* QmlProfiler: Improve error and progress handling for loading and savingUlf Hermann2017-02-241-170/+191
* QmlProfiler: Optimize loop over event typesUlf Hermann2017-02-011-1/+1
* QmlProfiler: Deduplicate some codeUlf Hermann2016-11-241-9/+3
* QmlProfiler: Send loaded events in batches of about 1024Ulf Hermann2016-11-091-5/+12
* QmlProfiler: Add extra metadata to notesUlf Hermann2016-07-061-0/+5
* QmlProfiler: Provide a sane ctor for QmlEventType and use itUlf Hermann2016-06-101-59/+60
* QmlProfiler: Make members of QmlNote privateUlf Hermann2016-06-101-8/+8
* QmlProfiler: Make members of QmlEventLocation privateUlf Hermann2016-06-101-7/+13
* QmlProfiler: Add a binary trace formatUlf Hermann2016-05-231-40/+154
* QmlProfiler: Use a temporary file to store the master event listUlf Hermann2016-05-231-2/+1
* QmlProfiler: Use data replay feature for saving tracesUlf Hermann2016-05-231-13/+11
* QmlProfiler: Drive event loading from the model managerUlf Hermann2016-05-231-43/+64
* QmlProfiler: Add a QmlTypedEvent and extend QmlEventUlf Hermann2016-05-091-38/+36
* QmlProfiler: Rename QmlEvent::startTime to "timestamp"Ulf Hermann2016-05-061-3/+2
* QmlProfiler: Apply some code cosmeticsUlf Hermann2016-05-061-7/+5
* QmlProfiler: Fix the naming scheme for events and event typesUlf Hermann2016-05-041-127/+127
* Move QmlProfiler specific files from qmldebug to qmlprofilerUlf Hermann2016-05-031-9/+6
* QmlProfiler: Avoid race conditions when loading or saving dataUlf Hermann2016-02-091-11/+5
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* QmlProfiler: Include debug messages in traceUlf Hermann2015-11-171-4/+13
* QmlProfiler: Allow string data in eventsUlf Hermann2015-11-171-50/+50
* QmlProfiler: Support additional attributes of input eventsUlf Hermann2015-11-051-5/+19
* QmlProfiler: Avoid overflowing the progress range when loadingUlf Hermann2015-09-011-2/+2
* QmlProfiler: Track requested, recorded, and displayed featuresUlf Hermann2015-07-081-1/+36
* QmlProfiler: coding styleUlf Hermann2015-06-301-2/+1
* QmlProfiler: remove V8 tabJoerg Bornemann2015-05-271-21/+1
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-05-261-7/+22
|\
| * QmlProfiler: save and load input eventsUlf Hermann2015-05-211-7/+22
* | QmlProfiler: fix progress bar visibilty for loading tracesJoerg Bornemann2015-02-261-2/+40
* | fix indentationJoerg Bornemann2015-02-261-52/+52