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

Track memory usage with -Z self-profile #81348

Open
jyn514 opened this issue Jan 24, 2021 · 0 comments
Open

Track memory usage with -Z self-profile #81348

jyn514 opened this issue Jan 24, 2021 · 0 comments
Labels
A-self-profile Area: Self-profiling feature of the compiler I-compilemem Issue: Problems and improvements with respect to memory usage during compilation. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-compiler-performance Working group: Compiler Performance

Comments

@jyn514
Copy link
Member

jyn514 commented Jan 24, 2021

RSS is only tracked with time-passes, not self-profile, so making an event less verbose can actually lose information. It would be nice to have an opt-in way to record memory usage with -Z self-profile-events.

Originally posted by @jyn514 in #81284 (comment)

@jyn514 jyn514 added A-self-profile Area: Self-profiling feature of the compiler T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-compiler-performance Working group: Compiler Performance I-compilemem Issue: Problems and improvements with respect to memory usage during compilation. labels Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-self-profile Area: Self-profiling feature of the compiler I-compilemem Issue: Problems and improvements with respect to memory usage during compilation. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-compiler-performance Working group: Compiler Performance
Projects
None yet
Development

No branches or pull requests

1 participant