cactusdynamics / cactus-rt

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

register sink/thread tracers will lock two mutexes #77

Open shuhaowu opened 4 months ago

shuhaowu commented 4 months ago

Not necessarily a problem, but seems wasteful.

The reason is because we add the thread tracer (and soon the sink) into a temporary buffer in the app, as the trace_aggregator is only created on trace session start.