aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qqmlprofilereventlocation_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Use better QmlProfiler client from Qt CreatorUlf Hermann2018-02-021-0/+121
This client can track locations itself, and thus doesn't require the server to send the event types over and over with each message. Once all our client implementations have this feature we can drop a lot of code. Furthermore, this way we can write regression tests for bugs that only occur when client side location tracking is active. Change-Id: I3735392452e20a7be98e92b900fadef04701d85f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>