summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKnud Dollereder <knud.dollereder@qt.io>2021-10-12 12:07:44 +0200
committerKnud Dollereder <knud.dollereder@qt.io>2022-01-25 14:25:04 +0000
commitebac821e9ee3b1e9e1ba73610346c2ea1ad92523 (patch)
treef1e84622ac74d22cca648d9c32b16fa50c75a3f5 /README.md
parenta03a50a262760d870433347e5e397f1577ba70cd (diff)
downloadqt-creator-ebac821e9ee3b1e9e1ba73610346c2ea1ad92523.tar.gz
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 <qt_ci_bot@qt-project.org> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.md b/README.md
index 250ef08e13..46723f55d5 100644
--- a/README.md
+++ b/README.md
@@ -502,17 +502,6 @@ SQLite (https://www.sqlite.org) is in the Public Domain.
from Florian Loitsch which is licensed under the MIT License (see above).
Copyright © 2009 Florian Loitsch
-### minitrace
-
- Simple C/C++ library for producing JSON traces.
-
- The sources can be found in:
- * QtCreator/src/libs/3rdparty/minitrace/private
- * https://github.com/hrydgard/minitrace
-
- Copyright 2014 by Henrik Rydgård
- Released under the MIT license.
-
### litehtml
The litehtml HTML/CSS rendering engine is used as a help viewer backend