From 81df9e2aa273240f753e5dbc0e440c1f29121f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?EXT=20Arnaud=20Cl=C3=A8re?= Date: Fri, 8 Nov 2019 11:53:26 +0100 Subject: [PATCH] Add README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..b1185d8b01 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# modmedLog + +The open source modmedLog C++ library allows producing analyzable traces from +existing standard C++ tracepoints, and then improving them while refactoring the +source code. + +It is designed to provide JSON traces compatible with ParTraP tools. + +It is not actively developed anymore, but there is still ongoing work to +integrate modmedLog features to the Qt framework based on the +[QBind proof-of-concept](/tests/QBind). \ No newline at end of file -- GitLab