Finalize executor profiling notebook
This commit is contained in:
parent
42ad42f449
commit
e43b2f0362
3 changed files with 1374 additions and 901 deletions
1369
tracetools_analysis/analysis/executor_profile.ipynb
Normal file
1369
tracetools_analysis/analysis/executor_profile.ipynb
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -27,6 +27,10 @@ def generate_launch_description():
|
|||
events_ust=[
|
||||
'lttng_ust_cyg_profile_fast:func_entry',
|
||||
'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,
|
||||
events_kernel=[
|
||||
'sched_switch',
|
||||
|
@ -34,7 +38,7 @@ def generate_launch_description():
|
|||
),
|
||||
Node(
|
||||
package='ros_performance',
|
||||
node_executable='nopub',
|
||||
node_executable='ros',
|
||||
output='screen',
|
||||
),
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue