cactusdynamics / cactus-rt

A C++ framework for programming real-time applications
Mozilla Public License 2.0
84 stars 19 forks source link

Added ability to turn some builtin tracing events off #60

Closed shuhaowu closed 11 months ago

shuhaowu commented 11 months ago

CyclicThread::Loop, CyclicThread::Sleep can be selectively turned on and off for tracing.

Also added ability to trace the CyclicThread::Sleep and also send InstantEvent if the Loop overruns, which allows for easier visualization.

Fixes #45

TODO: