You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW I tried the profiling I do with Instruments in #7053 and it seems to have bombed (I'm on Mac):
Or I'm not sure what happens exactly, usually it runs for minutes, and the 12GB is also not something I have seen before.
If I un e.g. info I do see output though 🤷
Maybe the profiler could not attach itself and the compilation stayed fast, but the reported memory completely bogus.
Yeah, heaptrack reports that it doesn't work with custom allocators so we may need to replace this tooling for something else if we go forwards with this.
This could be something to continue looking into for the future but I currently can't seem to profile memory usage of jemalloc, and any alternate allocator in general would break our CI so I'm closing this for now despite the possible performance gains.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Problem*
Resolves
Summary*
Testing to see if this improves performance
Additional Context
Documentation*
Check one:
PR Checklist*
cargo fmton default settings.