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

Heap Profiling Tooling #2913

Merged
merged 1 commit into from
Feb 4, 2025
Merged

Conversation

timbess
Copy link
Contributor

@timbess timbess commented Feb 3, 2025

Conditionally compile in heap instrumentation to find allocation hotspots.

@timbess timbess force-pushed the feature/heap-profiling branch from 5b19b1f to 9f96c66 Compare February 3, 2025 21:57
@timbess timbess marked this pull request as ready for review February 4, 2025 15:34
Copy link
Member

@texodus texodus left a comment

Choose a reason for hiding this comment

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

IMOPSP_HEAP_INSTRUMENTS should be decoupled from -g0. This is helpful but surprising behavior, and it would be the only build flag that supersedes build type for symbols. It sounds like we may benefit from more build levels than debug and release, maybe we should add support for these explicitly.

@texodus
Copy link
Member

texodus commented Feb 4, 2025

Thanks for the PR! Looks good!

@texodus texodus merged commit 1b88ca8 into finos:master Feb 4, 2025
14 checks passed
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.

2 participants