Compare commits

...

No commits in common. "46283ed9a8c173c095fd395ad46af193f8ca8ead" and "a8c6119b5658d233a3eec1ba0125c9a593a5585a" have entirely different histories.

View File

@ -8,13 +8,13 @@
# Introduction
PET is a small tracing library written in C99.
SET is a small tracing library written in C99.
It is highly optimized for minimal data usage and aims to be easy to use
while also being flexible enough to be integrated in hard real time systems.
# How to use
PET requires the integrator to implement a few functions such as the timestamp and output functions in order to work.
SET requires the integrator to implement a few functions such as the timestamp and output functions in order to work.
Apart from that, it is up to the specific use case how to stream data.
In its simplest form, traces are processed with no real time demands on a dedicated interface.
For more advanced usage, this library allows packets to be written, as the time budget allows,