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

feat(profiling): use color pallete on chart #54101

Merged
merged 2 commits into from
Aug 3, 2023
Merged

Conversation

JonasBa
Copy link
Member

@JonasBa JonasBa commented Aug 3, 2023

Collect all cpu measures and display them as a line chart. In case of android where avg is reported render the area chart instead of line chart. I reused the chart color palette for colors

@JonasBa JonasBa requested a review from Zylphrex August 3, 2023 14:50
@JonasBa JonasBa requested a review from a team as a code owner August 3, 2023 14:50
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Aug 3, 2023
Comment on lines 314 to 319
: [
{
unit: 'percent',
values: [],
},
],
Copy link
Member

Choose a reason for hiding this comment

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

Does the flamegraph chart not accept an empty list?

Copy link
Member Author

Choose a reason for hiding this comment

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

It does, let me change that

@JonasBa JonasBa merged commit e868b7b into master Aug 3, 2023
49 checks passed
@JonasBa JonasBa deleted the jb/cpu/collect-avg-cpu branch August 3, 2023 17:04
@github-actions github-actions bot locked and limited conversation to collaborators Aug 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants