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
The following code creates additional CPU usage if "testMethod" is called. The problem seems to be connected to the creation of MessageFilter. This can be tested by removing the MessageFilter creation code line.
The additional CPU usage is 4 % on my system.
I could not find a way to clean up in a way to avoid this (e.g. call clear(), unsubscribe(), etc. have no effect).
Can you provide more context or an example of the rest of the system that would trigger this behavior? Might you be forcing this program into and out of swap or something else to trigger a load due to memory exhaustion?
The following code creates additional CPU usage if "testMethod" is called. The problem seems to be connected to the creation of MessageFilter. This can be tested by removing the MessageFilter creation code line.
The additional CPU usage is 4 % on my system.
I could not find a way to clean up in a way to avoid this (e.g. call clear(), unsubscribe(), etc. have no effect).
Tested on ROS Indigo.
The text was updated successfully, but these errors were encountered: