summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKnud Dollereder <knud.dollereder@qt.io>2021-02-22 14:57:37 +0100
committerKnud Dollereder <knud.dollereder@qt.io>2021-02-25 11:53:36 +0000
commitcaaad2107db4f6c1150d40d8d6c01eb6b21bede1 (patch)
tree51e27096b28a2986d88bbb8dbb5919b528761bbe /README.md
parent528f08cad11c1709f262b96afee27b855040c4cf (diff)
downloadqt-creator-caaad2107db4f6c1150d40d8d6c01eb6b21bede1.tar.gz
Add minitrace library
Minitrace is a small C++ library used for adding trace points into the code. When enabled with the build flag BUILD_LIBRARY_MINITRACE set to true it will write a JSON file containing these trace points to disk. This file can be visualized with chromes builtin trace viewer (about:tracing) which helps in profiling performance issues and keeping track of performance regression. Task-number: QDS-3766 Change-Id: I6109a72507b53c5e3ad8f9f504ff26a4fad206be Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8cc77302aa..6da0ba60ea 100644
--- a/README.md
+++ b/README.md
@@ -482,6 +482,17 @@ 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