Skip to content
Snippets Groups Projects
Commit 4addd2ff authored by Amine El Messaoudi's avatar Amine El Messaoudi Committed by GitHub
Browse files

Update README.md

parent af29f6ad
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ Tracing tool for periodic and aperiodic real-time tasks of ptask API. ...@@ -7,7 +7,7 @@ Tracing tool for periodic and aperiodic real-time tasks of ptask API.
## Introduction ## Introduction
ptaskTracer is a tool that traces the execution of periodic and aperiodic tasks created with the [API ptask](https://github.com/glipari/ptask), analyses the traces, and generates a SVG of the scheduling of the threads. The tool uses : ptaskTracer is a tool that traces the execution of periodic and aperiodic tasks created with the [API ptask](https://github.com/glipari/ptask), analyses the traces, and generates a SVG of the scheduling of the threads. The tool uses :
- [LTTng](https://github.com/lttng), an open source software toolkit which can be used to trace the Linux kernel, user applications, and user libraries ; - [LTTng](https://github.com/lttng), an open source software toolkit which can be used to trace the Linux kernel, user applications, and user libraries.
- [ANTLR4](https://github.com/antlr/antlr4), a parser generator for reading, processing, executing, or translating structured text or binary files. - [ANTLR4](https://github.com/antlr/antlr4), a parser generator for reading, processing, executing, or translating structured text or binary files.
- [Batik](https://github.com/apache/batik), a Java-based toolkit for applications or applets that want to use SVG images format. - [Batik](https://github.com/apache/batik), a Java-based toolkit for applications or applets that want to use SVG images format.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment