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

[Profile] add builtin Allocs.print and formatting equivalents to Profile.print #51981

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Nov 1, 2023

Defines a converter for Allocs to the types implemented by Profile for printing, allowing flamegraph report generation of allocations with just the stdlib tooling.

Refs: #42768

For old versions of Julia, you could previously get download a copy of this code that could be included as a polyfill to add this: https://gist.github.com/vtjnash/c6aa4db9dafccb0fd28a65f87d6b1adb

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…ile.print

Defines a converter for Allocs to the types implemented by Profile for
printing, allowing flamegraph report generation of allocations with just
the stdlib tooling.

Make these methods public as well, so that users can access the
documentation without getting warnings.

Refs: #42768
@vtjnash vtjnash marked this pull request as ready for review November 1, 2023 17:51
@vtjnash vtjnash merged commit 140ea94 into master Nov 7, 2023
3 checks passed
@vtjnash vtjnash deleted the jn/Profile-Allocs-print branch November 7, 2023 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant