From ebac821e9ee3b1e9e1ba73610346c2ea1ad92523 Mon Sep 17 00:00:00 2001 From: Knud Dollereder Date: Tue, 12 Oct 2021 12:07:44 +0200 Subject: Replace minitrace with nanotrace Minitrace is a library to produce json traces suitable for chromes built-in trace viewer. Unfortunately it lacks the ability to add custom arguments to the json files which is needed in our case in order to examine Design Studios state from within the evaluating python script. Nanotrace is a rewrite of minitrace that adds this ability. Additional benefits are higher precision and the fact that it is written in c++. Change-Id: Id2610b93188483d88547369c3fa8dacbe4dee9f7 Reviewed-by: Qt CI Bot Reviewed-by: Thomas Hartmann --- src/libs/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs/CMakeLists.txt') diff --git a/src/libs/CMakeLists.txt b/src/libs/CMakeLists.txt index df1826f7342..aee880b4ddb 100644 --- a/src/libs/CMakeLists.txt +++ b/src/libs/CMakeLists.txt @@ -7,6 +7,7 @@ add_subdirectory(utils) add_subdirectory(languageutils) add_subdirectory(cplusplus) add_subdirectory(modelinglib) +add_subdirectory(nanotrace) add_subdirectory(qmljs) add_subdirectory(qmldebug) add_subdirectory(qmleditorwidgets) -- cgit v1.2.3