ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can add a --format=
option to your time
prefix, with a printf()
-style formatting string.
See "man time
" for the details.
2 | give example |
You can add a --format=
option to your time
prefix, with a printf()
-style formatting string.
See "man time
" for the details.
EDIT:
Launch the nodes with different prefix arguments, like this (untested):
launch-prefix = "/usr/bin/time --format='node1: %E sec, %P'"
launch-prefix = "/usr/bin/time --format='node2: %E sec, %P'"