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

Add customization points (by using 'entry_points') for including thir… #33

Open cwecht opened 10 months ago

cwecht commented 10 months ago

…d party tracepoints in graph.

It is now possible to create extensions for ros2_profile.

The setup.py of an extentsion package could look like this: setup.py.txt