You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if colcon list is slow or is it something in my system that makes it slow?... I find it interesting that a workspace with a single empty package takes more than a second to return the list.
user@laptop:~/ros2_ws $ time colcon list
empty_python src/empty_python (ros.ament_python)
real 0m1.633s
user 0m0.895s
sys 0m0.229s
Is there anything that can be done about this?.... here is some additional information, thanks 😄
You might try using a tool like flameprof to figure out which Python functions are taking so long: python3 -m flameprof -o colcon_list.svg -m colcon list
I was wondering if
colcon list
is slow or is it something in my system that makes it slow?... I find it interesting that a workspace with a single empty package takes more than a second to return the list.Is there anything that can be done about this?.... here is some additional information, thanks 😄
System information:
The text was updated successfully, but these errors were encountered: