Merge branch 'update-readme' into 'master'
Update readme See merge request micro-ROS/ros_tracing/tracetools_analysis!44
This commit is contained in:
commit
dc27e43d35
1 changed files with 3 additions and 3 deletions
|
@ -44,8 +44,8 @@ from tracetools_analysis import loading
|
||||||
from tracetools_analysis import processor
|
from tracetools_analysis import processor
|
||||||
from tracetools_analysis import utils
|
from tracetools_analysis import utils
|
||||||
|
|
||||||
# Load converted trace file
|
# Load trace directory or converted trace file
|
||||||
events = loading.load_file('/path/to/converted/file')
|
events = loading.load_file('/path/to/trace/or/converted/file')
|
||||||
|
|
||||||
# Process
|
# Process
|
||||||
ros2_handler = processor.Ros2Handler()
|
ros2_handler = processor.Ros2Handler()
|
||||||
|
@ -67,4 +67,4 @@ time_per_thread = cpu_util.get_time_per_thread()
|
||||||
|
|
||||||
## Design
|
## Design
|
||||||
|
|
||||||
See the [`ros2_tracing` design document](https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing/blob/master/doc/design_ros_2.md), especially the [*Goals and requirements*](https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing/blob/master/doc/design_ros_2.md#goals-and-requirements) and [*Analysis architecture*](https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing/blob/master/doc/design_ros_2.md#analysis-architecture) sections.
|
See the [`ros2_tracing` design document](https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing/blob/master/doc/design_ros_2.md), especially the [*Goals and requirements*](https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing/blob/master/doc/design_ros_2.md#goals-and-requirements) and [*Analysis*](https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing/blob/master/doc/design_ros_2.md#analysis) sections.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue