summaryrefslogtreecommitdiff
path: root/plugins/qmlprofilerextension/memoryusagemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update Licenseqp-v3.3.2qp-v3.3.1qp-3.3Eike Ziller2015-01-161-4/+4
* Properly initialize max size in memory usage modelUlf Hermann2014-11-241-0/+2
* Store typeIds in range dataUlf Hermann2014-09-291-2/+2
* Rename eventId to typeId and selectionIdUlf Hermann2014-09-291-2/+2
* Respect the "hidden" property when generating labelsUlf Hermann2014-09-151-1/+1
* Centralize rowCount calculationUlf Hermann2014-09-151-5/+1
* Report supported features from timeline modelsUlf Hermann2014-09-151-1/+8
* Rename relative height of items in timeline to "relativeHeight"Ulf Hermann2014-09-111-1/+1
* Adapt to new class hierarchy for AbstractTimelineModelUlf Hermann2014-08-261-29/+26
* Simplify range detailsUlf Hermann2014-08-261-18/+12
* Adapt to renaming of get* and find* methodsUlf Hermann2014-08-261-9/+9
* Rename occurrences of "title" to "displayName"Ulf Hermann2014-08-261-3/+2
* Adapt to removal of name from AbstractTimelineModelUlf Hermann2014-08-261-4/+2
* Be more verbose about aggregated memory allocationsqp-v3.2.0Ulf Hermann2014-07-111-25/+48
* Use fewer QVariantMaps to create memory event detailsUlf Hermann2014-07-111-31/+16
* Show correct wording for memory eventsUlf Hermann2014-07-111-1/+1
* Replace lastTimeMark with traceEndTime for end time of memory profilerUlf Hermann2014-07-091-2/+2
* Group memory usage events by their cause and add location informationUlf Hermann2014-07-021-23/+88
* Add scale to memory usage and pixmap cache modelsUlf Hermann2014-07-021-1/+8
* Remove redundant displayNamesUlf Hermann2014-07-021-2/+0
* Adapt to centralization of type data.Ulf Hermann2014-06-181-4/+6
* Derive from AbstractTimelineModel instead of SingleCategoryTimelineModelUlf Hermann2014-06-171-3/+3
* Memory usage modelUlf Hermann2014-06-171-0/+234