wkaisertexas / ros2_tracing_cpp

A C++ babeltrace2 plugin which replaces ROS 2 Tracing
Other
16 stars 0 forks source link

TODO: Add SIGINT Support #2

Closed wkaisertexas closed 3 weeks ago

wkaisertexas commented 3 weeks ago

I am processing traces which are taking a long time and even thought it is quite a bit faster than ros2 tracing, I still sometimes just want to run a small amount of trace analysis and then get the results from that if I am prototyping visualizations.

For that reason, I want to make these plugins be able to support sigints where they will automatically save on this case before exiting

wkaisertexas commented 3 weeks ago

https://chatgpt.com/c/672fdf61-f724-8008-8bf5-4a05ed567a9e

wkaisertexas commented 3 weeks ago

Whoops, apparently you get this for free. Who knew