Update README after change load_file() to be able to convert trace
This commit is contained in:
parent
c1a82f78fd
commit
59d7a1e78f
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ from tracetools_analysis import loading
|
|||
from tracetools_analysis import processor
|
||||
from tracetools_analysis import utils
|
||||
|
||||
# Load converted trace file
|
||||
events = loading.load_file('/path/to/converted/file')
|
||||
# Load trace directory or converted trace file
|
||||
events = loading.load_file('/path/to/trace/or/converted/file')
|
||||
|
||||
# Process
|
||||
ros2_handler = processor.Ros2Handler()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue