Skip to content
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

Python perf: Don't report undefined symbols #1868

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

hoodmane
Copy link
Contributor

In flame graphs this single call frame takes up a lot of loading time. It also is not necessary except for debugging purposes. This gets rid of it.

@hoodmane hoodmane marked this pull request as ready for review March 20, 2024 15:02
@hoodmane hoodmane requested review from a team as code owners March 20, 2024 15:02
@hoodmane hoodmane requested review from byule and a-robinson March 20, 2024 15:02
@hoodmane hoodmane force-pushed the hoodmane/dont-report-undefined-symbols branch 2 times, most recently from 00ca09d to 775d543 Compare March 20, 2024 16:36
In flame graphs this single call frame takes up a lot of loading time. It also
is not necessary except for debugging purposes. This gets rid of it.
@hoodmane hoodmane force-pushed the hoodmane/dont-report-undefined-symbols branch from 775d543 to 6187efc Compare March 20, 2024 16:44
@hoodmane hoodmane merged commit 2c05989 into main Mar 20, 2024
10 checks passed
@hoodmane hoodmane deleted the hoodmane/dont-report-undefined-symbols branch March 20, 2024 18:18
@garrettgu10
Copy link
Contributor

I think this broke local dev, I'll make a PR to fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants