-
Notifications
You must be signed in to change notification settings - Fork 0
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
Events doesn't apply to all processes #39
Comments
once I remove filter algorithms - events are present. putting back cpu filter also preserves records. The problem is with memory filter. |
memory filter works by taking first record memory and removing all that are less then record memory + limit. If limit is zero (as it is with no arguments), all records that have memory less are removed. Therefore, records for onBindView are removed. They have less memory.
difference is in -400 K - so it's not displayed. Filters should be applied only on user intent. |
for example, command:
creates output like this:
but these events 2045|onBindViewHolder - doesn't appear in list of events for pid 2045.
first onBindView is 3928044195 on line 11931. first record for 2045 is 3922135822 on line 96.
in fact no onBindView is applied to process 2045...
after_out.txt
init_out.txt
The text was updated successfully, but these errors were encountered: