safe-ros / ros2_profiling

A set of tools and techniques for evaluating performance of ROS 2 based systems
Apache License 2.0
15 stars 4 forks source link

Intra process tracepoints #24

Closed cwecht closed 1 year ago

cwecht commented 1 year ago

This PR adds support for the tracepoint for intra process communication introduced in

Please note, that this PR is based on https://github.com/safe-ros/ros2_profiling/pull/23.

This implementation seems to be a bit rough to me, but it should suffice as a proof of concept.

mjcarroll commented 1 year ago

I like this, but will probably defer on merging until the upstream intraprocess trace points land (I think they are relatively close).

cwecht commented 1 year ago

@mjcarroll As the intra process trace points are now merged, this PR can now considered for merging, right?