Move Timeline and FlameGraph into a common "Tracing" library

This allows us to share code between the two, in particular the QML code
for the Details window, and the theme code. This way we can potentially
deduplicate some code.

Change-Id: I3a0d26b18488bd2a46b5b077b5b5d79ac2dfc5ce
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Ulf Hermann
2018-05-03 09:50:11 +02:00
parent b9b2f2c187
commit 734611131d
167 changed files with 229 additions and 306 deletions

View File

@@ -25,7 +25,7 @@
#include "debugmessagesmodel.h"
#include "qmlprofilerconstants.h"
#include <timeline/timelineformattime.h>
#include <tracing/timelineformattime.h>
namespace QmlProfiler {
namespace Internal {