Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(profiling): Filter idle thread at the edge per thread #2321

Merged
merged 4 commits into from
Jul 19, 2023

Conversation

Zylphrex
Copy link
Member

When filtering idle threads, it needs to be done on a per-thread basis otherwise short-lived threads that have only idle samples will persist in the profile.

When filtering idle threads, it needs to be done on a per thread basis otherwise
short lived threads that have only idle samples will persist in the profile.
@Zylphrex Zylphrex requested a review from a team as a code owner July 17, 2023 16:20
@Zylphrex Zylphrex requested a review from a team July 17, 2023 16:22
Copy link
Member

@jjbayer jjbayer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No blockers, but please take a look at the comments.

relay-profiling/src/sample.rs Outdated Show resolved Hide resolved
relay-profiling/src/sample.rs Outdated Show resolved Hide resolved
@Zylphrex Zylphrex merged commit 491a9b9 into master Jul 19, 2023
@Zylphrex Zylphrex deleted the txiao/fix/filter-empty-samples-at-edge-per-thread branch July 19, 2023 13:53
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants