-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve PR2 ethercat realtime performance #78
Comments
futexシステムコールに多大な時間を割いているj
|
applications@pr1040:~$ ls /proc/$(pgrep -f pr2_ether)/task | wc -l めちゃくちゃ多くのスレッドを作っている. ちなみにrobot stop, jsk start で立ち上げなおすと
futex errorが少ないことがわかる. |
april tag rosを taskset -c 0 で cpu0にバインドしたけど、特に遅くなりはしなかった.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most of the interrupts concentrates to CPU0
And, actually the IRQ affinity is binds to CPU0
もし, c++コード内部でaffinityが設定されているなら以下が呼ばれているはず.
sched_setaffinity()
だけど
objdump -C -s eml.so | grep ...
してもない.The text was updated successfully, but these errors were encountered: