Update README after change load_file() to be able to convert trace

This commit is contained in:
Christophe Bedard 2019-12-31 21:44:14 -05:00
parent c1a82f78fd
commit 59d7a1e78f

View file

@ -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()