feat: add stacked area chart for memory breakdown visualization#1
Open
johnathan79717 wants to merge 1 commit intogh-pagesfrom
Open
feat: add stacked area chart for memory breakdown visualization#1johnathan79717 wants to merge 1 commit intogh-pagesfrom
johnathan79717 wants to merge 1 commit intogh-pagesfrom
Conversation
Add renderStackedAreaGraph function for proper stacked area charts, triggered by extra: "stacked-area:GROUP_NAME". Unlike the existing overlaid line charts (stacked:), area charts show both individual contributions and total composition, with a tooltip showing the sum. Used by the new --memory_profile_out memory profiling in barretenberg to visualize polynomial memory breakdown by category over time.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
renderStackedAreaGraphfunction for proper stacked area chartsextra: "stacked-area:GROUP_NAME"(new prefix, alongside existingstacked:)--memory_profile_outmemory profiling in barretenberg (feat: add --memory_profile_out flag for Chonk memory profiling aztec-packages#22145) to visualize polynomial memory breakdown by category over timeTest plan
stacked:charts still render as overlaid lines (no regression)stacked-area:charts render as filled stacked areas