Skip to content

Display malloc heap size data in GCMajor markers#5239

Merged
julienw merged 1 commit into
firefox-devtools:mainfrom
jonco3:main
Dec 3, 2024
Merged

Display malloc heap size data in GCMajor markers#5239
julienw merged 1 commit into
firefox-devtools:mainfrom
jonco3:main

Conversation

@jonco3

@jonco3 jonco3 commented Dec 2, 2024

Copy link
Copy Markdown
Contributor

In the context of the SpiderMonkey GC, malloc heap data is malloced data owned by GC things.

This displays the total size of malloc heap data added to the profile data in Firefox bug-1933205.

@codecov

codecov Bot commented Dec 2, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.61%. Comparing base (8131003) to head (efb8f51).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5239   +/-   ##
=======================================
  Coverage   88.61%   88.61%           
=======================================
  Files         308      308           
  Lines       28084    28091    +7     
  Branches     7610     7613    +3     
=======================================
+ Hits        24887    24894    +7     
  Misses       2983     2983           
  Partials      214      214           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@julienw julienw left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks, this looks good to me!
Can you do these 2 simple changes, and then we can merge it :-)

Comment thread src/types/markers.js Outdated
Comment thread src/types/markers.js
Comment thread src/test/components/TooltipMarker.test.js
In the context of the SpiderMonkey GC, malloc heap data is malloced data owned
by GC things.

This displays the total size of malloc heap data added to the profile data in
Firefox bug 1933205.
@julienw julienw merged commit 7e01482 into firefox-devtools:main Dec 3, 2024
@canova canova mentioned this pull request Dec 12, 2024
canova added a commit that referenced this pull request Dec 12, 2024
[Sean Kim] Add Class of Service for a request in the profiler network
tab (#5228)
[Nisarg Jhaveri] Allow loading gzipped profiles from more endpoints
(#5215)
[Nicolas Chevobbe] Adapt Tree row toggle button to High Contrast Mode.
(#5238)
[Jon Coppeard] Display malloc heap size data in GCMajor markers (#5239)
[Nicolas Chevobbe] Opt-out of forced-colors for colored-square and
colored-border (#5237)
[Yuval Mizrachi] Support colored bandwidth and memory tracks (#5232)
[Nicolas Chevobbe] Adapt context menu to High Contrast Mode (#5244)
[Nazım Can Altınova] Show Chrome extension instructions in the homepage
if visited from Chromium browsers (#5251)

And thanks to our localizers:
de: Michael Köhler
en-GB: Ian Neal
fr: Théo Chevalier
fr: felash
fy-NL: Fjoerfoks
it: Francesco Lodolo [:flod]
nl: Mark Heijl
pt-BR: Marcelo Ghelman
ru: Valery Ledovskoy
uk: Francesco Lodolo [:flod]
uk: Markevych Dmytro Vitaliyovych
zh-CN: Olvcpr423
tenderlove pushed a commit to tenderlove/profiler that referenced this pull request Dec 21, 2024
In the context of the SpiderMonkey GC, malloc heap data is malloced data owned
by GC things.

This displays the total size of malloc heap data added to the profile data in
Firefox bug 1933205.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants