firefox-devtools / firefox-devtools/profiler

All memory graphs should have the same scale

Open
#3,698 1 comment 0 reactions 0 assignees View on GitHub
memory polish
Dominant language
TypeScript
Stars
1.5k
Forks
491
Avg merge
3d 5h
Merged PRs (30d)
30

Description

Currently memory graphs are computed independently. That means that in a situation like:

* memory graph A going from 0 to 1 GB
* memory graph B going from 0 to 10 kB

They would all look the same despite that memory graph B is unimportant.

We should compute one same scale for the whole profile and use it.
I'm not sure yet whether this scale should change with the range, or rather stay fixed. Feedback welcome!

Then once we have this scale, we could also decide that some memory graphs could be automatically hidden depending on some threshold computed from the scale.

┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-466)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.