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(frontend): add memory usage absolute plot in session timeline #1625

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

detj
Copy link
Contributor

@detj detj commented Dec 17, 2024

Summary

This PR adds a memory usage plot for memory_usage_absolute events in session timeline detail page. Additionally, it fixes the legend to say 'KB' instead of 'MB'.

Tasks

  • Add memory_usage_absolute events on session timeline plot
  • Change plot legend to say 'KB' instead of 'MB'

See also

- add `memory_usage_absolute` events on session timeline plot
- change plot legend to say 'KB' instead of 'MB'

fixes #1619

Signed-off-by: detj <[email protected]>
@detj detj added bug something isn't working feature new features frontend frontend related labels Dec 17, 2024
@detj detj self-assigned this Dec 17, 2024
Copy link

vercel bot commented Dec 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
measure-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2024 3:31pm

@detj detj requested a review from anupcowkur December 17, 2024 15:32
@detj detj merged commit b310939 into main Dec 17, 2024
6 checks passed
@detj detj deleted the mem-abs-plot branch December 17, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working feature new features frontend frontend related
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Update session timeline to display absolute memory usage plot
2 participants