Finalize executor profiling notebook

This commit is contained in:
Christophe Bedard 2019-08-13 16:20:45 +02:00
parent 42ad42f449
commit e43b2f0362
3 changed files with 1374 additions and 901 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -27,6 +27,10 @@ def generate_launch_description():
events_ust=[ events_ust=[
'lttng_ust_cyg_profile_fast:func_entry', 'lttng_ust_cyg_profile_fast:func_entry',
'lttng_ust_cyg_profile_fast:func_exit', 'lttng_ust_cyg_profile_fast:func_exit',
'lttng_ust_statedump:start',
'lttng_ust_statedump:end',
'lttng_ust_statedump:bin_info',
'lttng_ust_statedump:build_id',
] + DEFAULT_EVENTS_ROS, ] + DEFAULT_EVENTS_ROS,
events_kernel=[ events_kernel=[
'sched_switch', 'sched_switch',
@ -34,7 +38,7 @@ def generate_launch_description():
), ),
Node( Node(
package='ros_performance', package='ros_performance',
node_executable='nopub', node_executable='ros',
output='screen', output='screen',
), ),
]) ])