Closed
Bug 732644
Opened 13 years ago
Closed 13 years ago
memory leak in win 10.x,9.x,8.x, maybe farther back
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jmichae3, Unassigned)
References
Details
Attachments
(1 file)
44.03 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Build ID: 20120215223356
Steps to reproduce:
visited flat no-js page on my site (about 4K/10sec), also tried with 20 tabs (makes it leak faster, about 88KB/sec). have not tried about:blank yet.
Actual results:
causes crash if I leave ff sitting for 3 hours, very likely due to memory leak.
if I do a control-alt-del, click on Image Name to sort by image name, click on firefox.exe to watch memory usage, with single flat page memory usage increases at 4kB/10sec rate. with 20 tabs on various sites that don't have moving ads memory usage increases at 88KB/sec rate, sometimes more in bursts.
I tried to eliminate yahoo mail from the equation, but it makes no difference. about:memory also increases.
safe mode makes no difference.
this bug causes out of memory errors on my machine, relating to virtual memory. it shows peak memory usage to be 408MB right now. that's kind of high. currently usage is at 295K and increasing.
Expected results:
memory usage should not go up continuously on static page. it should not use up all available memory and cause out of memory errors.
Comment 1•13 years ago
|
||
We can't reproduce this or it would be already fixed. What is different on your system compared to others ?
Your attachment doesn't show that you have visited only a flat non-js page, it shows several different URLs.
Please try it with a new profile:
http://support.mozilla.com/de/kb/Managing%20profiles
Reporter | ||
Comment 2•13 years ago
|
||
here are some more instances.
https://sourceforge.net/apps/trac/sourceforge/ticket/24013
I told you these are 2 separate instances. I don't have
If I knew, I could tell you what's different.
I have about 1 million bookmarks. I don't think any of them are rss feeds (that's another memory leak bug someone reported).
I am running XP Pro SP3 32-bit, 3GB RAM. I have no virtual memory.
I am using Mcafee total protection, which uses plugins.
I have plugins installed.
FF still has a problem with all extensions and plugins disabled.
There are about 200-300 ff entries regarding the keywords "memory leak". I was specifically told if I meet certain criterion that I was supposed to make a new bug.
I typically have about 20-40 tabs, and I DON'T like to lose them, it's part of my development environment.
ff10 crashes a LOT, about 2-3x/day.
by the way, ff is at 366MB now.
usually I visit sf.net a lot, several tabs, yahoo mail, daniweb.com, answers.yahoo.com, google.com, msdn.microsoft.com, www.cplusplus.com, https://sourceforge.net/apps/trac/sourceforge/ticket/SOMENUMBER
bugzilla.mozilla.com, jesusnjim.com, and that's about it, usually multiple of those.
Reporter | ||
Comment 3•13 years ago
|
||
the "flat page" would be usually something on JesusnJim.com like http://jesusnjim.com/cool-products/LED/led-lighting.html
most of the pages there are flat HTML5&CSS3. I had trouble even with that.
Reporter | ||
Comment 4•13 years ago
|
||
I have a toolbar bookmark which is javascript:void(document.location='http://validator.w3.org/checklink?url='+escape(document.location))
this checks a page for link rot.
I don't know if that makes any difference or not.
Comment 5•13 years ago
|
||
>I am using Mcafee total protection
I don't know this product but one Mcafee extension is known to leak like hell. A fix from mcafee is AFAIK underway.
>I have plugins installed
Plugins in the Plugins-container like flash doesn't matter, only extensions but you have already tested in the safemode...
Since we can't reproduce this we have to narrow down this issue.
A new profile and without activated addons are a good start.
There is nothing that we could do without knowing the cause.
btw: 366MB isn't much depending on the opened pages.
Reporter | ||
Comment 6•13 years ago
|
||
maybe it's not much to you, but it's just about all I've got. I have 1GB left. like I said, safe mode still repros this bug.
Reporter | ||
Comment 7•13 years ago
|
||
well, I guess I would rather have speed than size. right now in safe mode it's growing at 112KB/sec with mcafee disabled AND in safe mode, which disables all plugins.
I am not sure what you are saying here. there appear to be some hidden google plugins from Chrome which are not listed (due to the alliance with google).
I have also tried measuring with all plugins and extensions disabled once, but it makes no difference. I can't uninstall mcafee plugins and extensions without uninstalling mcafee (and it's not entirely successful sometimes anyway).
I don't think mcafee's the problem here.
Reporter | ||
Comment 8•13 years ago
|
||
oops, never mind about the google plugins, I remember disabling those too.
Reporter | ||
Comment 9•13 years ago
|
||
I do not seem to have trouble with my linux mint box really, only on windows XP for some reason.
like I said, I am using 32-bit windows. I can only run 32-bit programs. if you are running windows, you are probably running 64-bit. If the installer for firefox provides both a 64 and 32-bit exe inside the installer, then maybe this is the difference.
if you are forced to use a 64-bit OS, maybe you can find a zip file version with all the separate exe's and content rather than something with the installer archiving everything, then this should be tried: execute the 32-bit program on your 64-bit box. 64-bit windows OS will run 32-bit programs.
this may entail extracting the archive using 7-zip, and doing it with 7-zip may not work - sometimes the installation process requires copying of files or registering of ActiveX controls, creating .ini files, required directories or files, etc. but it's worth a try - it could be as easy as finding the right exe and double-clicking it in windows explorer (my computer).
programming-wise, I can't see why that should make too much difference, unless somebody borked up the calls.
I was just monitoring top on linux mint's 10's ff 10.0.2 (i updated my packages): it does not seem to increase
Reporter | ||
Comment 10•13 years ago
|
||
IF there *was* a 32-bit/64-bit problem, it would be seen in places where you see
#ifdef _WIN64
or
#if defined(_WIN64)
just using grep to find anything in the source code for anything related to _WIN64 should do it. if you have getgnuwin32 from sf.net,
find . -exec grep --silent _WIN64 {} ; -print 2>NUL:
and use a cmd shell with 9999 lines worth of buffer.
using -print will show you which files have the problem, grep will just show you the line, you can probably just tell grep to be quiet with --silent otherwise you will see lots of the same thing (what you see above). the 2>NUL: zaps all the noisy error output.
I just tried extracting the setup file and it's a 32-bit exe. so this probably isn't it. on to the next guess.
linux seems to be quite stable in its memory usage. unless you are viewing a page that has ads, then it fluctuates up and down. my page doesn't have ads.
Comment 11•13 years ago
|
||
Please create a new profile, and test there. (http://support.mozilla.org/en-US/kb/Managing-profiles?s=managing+profiles).
If you still see the issue, please go to about:memory, and copy and paste what you see there during the memory leak into a text document, and then attach that to this bug so we can see this with a fresh profile as well.
Reporter | ||
Comment 12•13 years ago
|
||
there should not be a this bug in firefox where everybody recommends that I should "wipe my profile and restart firefox".
besides, I am not quite sure how to without destroying my email messages, plugins, profile, config in tbird. I see no way to make a new profile the default profile.
there is no "make this profile the default" button or checkbox, so I have no clue how ff chooses a default profile.
Comment 13•13 years ago
|
||
You can create an additional profile in the profilemanager.
Firefox asks you at each start which Profile should be used if there are more than one profile available. You can make a profile to the default one if you select the profile and enable the checkbox "Don't ask at startup".
In this case an additional profile for testing should be created and you can delete that additional profile after testing (be sure that you don't delete the wrong one..)
Reporter | ||
Comment 14•13 years ago
|
||
- with new profile, memory increases at fast rate IF 1 bookmark is added, such as the page that first comes up after the profile comes up.
- with new profile, memory increases slowly (8k/3minutes) IF toolbar is customized.
- memory usage (the left-hand parameter in task mgr) does a sawtooth apparently after watching over a long period of time, but if you leave it running over longer period of 3 hours to 2 days it will crash, possibly depending on what site you are on (?).
Reporter | ||
Comment 15•13 years ago
|
||
hello?
Comment 16•13 years ago
|
||
I can't reproduce this on my system
Reporter | ||
Comment 17•13 years ago
|
||
is yours 64-bit?
Reporter | ||
Comment 18•13 years ago
|
||
...or some other OS than XP?
Reporter | ||
Comment 19•13 years ago
|
||
what OS was it?
Reporter | ||
Comment 20•13 years ago
|
||
this is strange. ff 11 just sits there with memory usage increasing on my box. currently
what I have seen is it's a sawtooth pattern - eventually it crashes on 32-bit XP Pro SP3. if we both have the same OS,this is very curious.
I have not 1, but *2* memory usage columns on my task manager. "Mem Usage" and "Peak Mem Usage". you can enable these by doing View|Select Columns. this may be why you are not seeing it. the "Peak Mem Usage" pretty much remains unchanged unless you do something drastic. it is also usually larger. the sawtooth hits that peak and seems to go no further.
Comment 22•13 years ago
|
||
Thanks for taking time troubleshooting this issue!
So in comment 14 (where I guess you're talking about Fx10 on WinXP) you said:
> [with new profile?] if you leave it running over longer period of 3 hours to 2
> days it will crash, possibly depending on what site you are on (?).
Then in comment 20 you say:
> the sawtooth hits that peak and seems to go no further.
..which contradicts the uncontrollable memory growth leading to a crash scenario. Which is it?
The sawtooth pattern is expected -- that's how Firefox manages memory (it runs garbage collection periodically).
The fact that the memory use is growing uncontrollably is a bug. It can be caused by Firefox's handling of add-ons and web pages, so to take action based on your report it's critical to know what causes the problem.
If you ruled out add-ons by testing a new profile, and you see the memory growth while you're not interacting with the browser, it will very likely help to see the about:memory?verbose snapshot before and after the memory use increases significantly (e.g. 300 MB). By comparing the snapshots we might see what contributes the most to the memory use, e.g. a particular web page.
By the way, there's an active effort ("MemShrink") to improve Firefox memory usage -- you can track its progress here: http://blog.mozilla.com/nnethercote/
Whiteboard: [closeme 2012-04-30]
Reporter | ||
Comment 23•13 years ago
|
||
I tried this on a much newer OS (not allowed to say what) on my test box,the other machine and this doesn't occur. all seems quite stable there. but then again the only thing I could run was 12beta.
I am currently running the latest release of 11.0 on this machine and I still see the leak.
in 12beta on that OS (it's 32-bit), the memory does not increase even if I try all the things I told you about in this bug report:
- javascript link in bookmark toolbar (not sure if this does anything, maybe it's just the fact that I have a link)
- customizing button toolbar by dragging in new buttons and making icons small
-
I am trying another test tonight and record the peak memory usage and see where the memory goes and see if it crashes again. 11's been running quite a while tonight, for 2 days I *think* (I don't remember when I started ff, it doesn't come with an uptime indicator, I am beginning to put that in more of my apps). so it looks pretty good as far as stability goes, but the sawtooth is still there. looks very strange to a user. I am staring the timer as of 16 minutes ago. but I think it's going to be stable. I think 11's much better. maybe I should camp on that sf.net new ticket page and see what happens. always seems to cause a jquery problem.
sf.net says there's no bug and that "there have been no bug reports for a long time now so it shouldn't be broken". that page is one of the pages that causes a problem.
don't do anything to the page, just let it sit and leak. I personally think it's a js alloc or recursion bug.
I currently have 45 tabs, and it consumes 679948K. it hasn't crashed 3 hours.as for peak increase, it has by 20000K, but only because I am creating more tabs and using the browser (I have a lot of software relaeases that need to go out). once the peak goes up, it never goes down until the app is restarted.
Comment 24•13 years ago
|
||
Thank you for the update.
FWIW, your sf.net trac page didn't seem to leak for me during the night. "once the peak goes up, it never goes down" sounds normal, since that's the definition of Peak, isn't it?
If you start experiencing this problem again, please provide the information I requested in comment 22 (the "If you ruled out add-ons .." paragraph).
Reporter | ||
Comment 25•13 years ago
|
||
it doesn't leak on linux or in safe mode, I know this much. I no longer have linux, I just replaced it with a different OS for testing I need to do.
I learned some new leak tests on 11.
if you click on a blank page, that costs 16k, which grows to 24K which you don't get back. it's a one-time cost. it doesn't happen again.
bringing up the context menu by right clicking and clicking outside of it (which closes it) takes up 10k which you don't get back.
still have a sawtooth, even with a blank page on a new profile in 11.0. ragged and slow (the timesof increases are random), but still there.
lots of about:blank pages yeild pretty much no difference in memory usage than a single about:blank page. I guess about:blank is like NULL in C/C++.
lots of tabs with real pages will.
should I switch all to 12beta instead on this main box?
Comment 26•13 years ago
|
||
> [10-50 kb one-time cost]
That's not a bug by itself, since some initialization is delayed.
> should I switch all to 12beta instead on this main box?
It's preferable to test the newest builds when reporting issues, so the most preferable channel is nightly, followed by aurora, beta, and release.
If you're interested in further testing, please check out https://developer.mozilla.org/en/Zombie_compartments , which describes one of the ways to file a memory leak bug report that can lead to a fix.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
Reporter | ||
Comment 27•13 years ago
|
||
firefox 11 just crashed. I think again in the last 2 days. left it on for 12 hours before it went boom.
Status: RESOLVED → UNCONFIRMED
Component: Untriaged → Toolbars
Resolution: INCOMPLETE → ---
Comment 28•13 years ago
|
||
I'm sorry it crashes for you, but there is still not enough information for anyone but you to figure it out... I've listed the ways you could make this report actionable above.
Reporter | ||
Comment 29•13 years ago
|
||
I don't understand those ways. sorry, I'm not that good with firefox. it's easy for me to give someone a dump, but I CANNOT diagnose it for them. I don't understand the dump given by about:memory?verbose
and I don't see my "plugins" there. useless to me. maybe it's useful to someone else. The only thing I can do at this point is provide dumps.
right now, my memory is at maximum and I have no VM.
Comment 30•13 years ago
|
||
I repeat: I'm sorry you're having a problem, but this report needs more information before it can lead to a fix.
Summing up, to diagnose the issue "memory usage grows until the system runs out of memory, even if not interacting with the browser", we need the following information:
1) If the issue is not reproducible in a new profile, which extension causes the issue: http://support.mozilla.org/en-US/kb/Troubleshooting-extensions-themes#w_test-for-faulty-extensions
2) If the issue is reproducible in a new profile: the about:memory?verbose snapshot before and after the memory use increases significantly (e.g. 300 MB).
Please re-open only after providing this information.
Also please don't make this bug more confusing by noting other memory-related issues here. If you see a "zombie compartment", please file a separate bug per https://developer.mozilla.org/en/Zombie_compartments . If you see another problem, please rule out add-ons and provide an about:memory dump with your report.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → INCOMPLETE
Updated•13 years ago
|
Component: Toolbars → Untriaged
Reporter | ||
Comment 31•13 years ago
|
||
firefox 12.0 beta on XP Pro Sp3 32-bit with new profile from forefox -p after upgrade from 11.0
Sun Apr 01 2012 07:01:36 pm
mem usage shows 40,464K, 89,204K
I have selected all text of about:memory?verbose
moving mouse repeatedly/alternately over the highlighted tree and the whitespace to the right causes Mem Usage (sawtooth) to increase.
in fact, moving the mouse around only within the whitespace area continuously causes the memory to increase as long as I do it.
moving the mouse over the menu items causes the memory to increase.
in fact, moving the mouse over ANY control/piece of firefox causes memory (Mem Usage, not Peak Mem Usage) to increase.
Main Process
Explicit Allocations
35,217,868 B (100.0%) -- explicit
βββ17,718,566 B (50.31%) -- js
β ββββ8,239,922 B (23.40%) -- compartment([System Principal], 0x3473000)
β β βββ3,768,320 B (10.70%) -- gc-heap
β β β βββ1,385,088 B (03.93%) -- objects
β β β β βββββ855,408 B (02.43%) ββ function
β β β β βββββ529,680 B (01.50%) ββ non-function
β β β βββ1,291,944 B (03.67%) -- shapes
β β β β βββββ796,056 B (02.26%) ββ tree
β β β β βββββ290,976 B (00.83%) ββ base
β β β β βββββ204,912 B (00.58%) ββ dict
β β β βββββ703,488 B (02.00%) ββ scripts
β β β βββββ259,824 B (00.74%) -- arena
β β β β βββ219,592 B (00.62%) ββ unused
β β β β ββββ25,512 B (00.07%) ββ padding
β β β β ββββ14,720 B (00.04%) ββ headers
β β β ββββββ88,608 B (00.25%) ββ strings
β β β ββββββ39,264 B (00.11%) ββ type-objects
β β β βββββββββ104 B (00.00%) ββ xml
β β βββ1,341,016 B (03.81%) ββ script-data
β β βββ1,310,720 B (03.72%) ββ analysis-temporary
β β βββββ629,472 B (01.79%) -- shapes-extra
β β β βββ245,760 B (00.70%) ββ compartment-tables
β β β βββ199,712 B (00.57%) ββ tree-tables
β β β βββ108,704 B (00.31%) ββ tree-shape-kids
β β β ββββ75,296 B (00.21%) ββ dict-tables
β β βββββ498,752 B (01.42%) ββ object-slots
β β βββββ382,858 B (01.09%) ββ string-chars
β β βββββ196,608 B (00.56%) ββ mjit-code
β β ββββββ78,384 B (00.22%) ββ mjit-data
β β ββββββ20,960 B (00.06%) -- type-inference
β β β βββ20,960 B (00.06%) ββ script-main
β β ββββββ12,832 B (00.04%) ββ object-elements
β ββββ1,230,400 B (03.49%) -- compartment(atoms)
β β βββββ726,592 B (02.06%) ββ string-chars
β β βββββ503,808 B (01.43%) -- gc-heap
β β βββ495,808 B (01.41%) ββ strings
β β βββββ8,000 B (00.02%) -- arena
β β βββ5,184 B (00.01%) ββ unused
β β βββ1,968 B (00.01%) ββ headers
β β βββββ848 B (00.00%) ββ padding
β ββββ1,048,576 B (02.98%) ββ gc-heap-chunk-clean-unused
β ββββββ962,560 B (02.73%) ββ gc-heap-chunk-dirty-unused
β ββββββ876,928 B (02.49%) -- runtime
β β βββ262,144 B (00.74%) ββ atoms-table
β β βββ237,568 B (00.67%) ββ runtime-object
β β βββ155,648 B (00.44%) ββ temporary
β β βββ131,072 B (00.37%) ββ stack-committed
β β ββββ65,536 B (00.19%) ββ regexp-code
β β ββββ20,864 B (00.06%) ββ contexts
β β βββββ4,096 B (00.01%) ββ normal
β ββββββ823,296 B (02.34%) ββ gc-heap-decommitted
β ββββββ501,716 B (01.42%) ββ xpconnect
β ββββββ361,552 B (01.03%) -- compartment(about:home)
β β βββ180,224 B (00.51%) -- gc-heap
β β β ββββ81,384 B (00.23%) -- arena
β β β β βββ80,168 B (00.23%) ββ unused
β β β β ββββββ704 B (00.00%) ββ headers
β β β β ββββββ512 B (00.00%) ββ padding
β β β ββββ65,352 B (00.19%) -- shapes
β β β β βββ36,600 B (00.10%) ββ dict
β β β β βββ17,376 B (00.05%) ββ base
β β β β βββ11,376 B (00.03%) ββ tree
β β β ββββ30,016 B (00.09%) -- objects
β β β β βββ26,528 B (00.08%) ββ function
β β β β ββββ3,488 B (00.01%) ββ non-function
β β β βββββ1,728 B (00.00%) ββ type-objects
β β β βββββ1,664 B (00.00%) ββ scripts
β β β ββββββββ80 B (00.00%) ββ strings
β β βββ130,912 B (00.37%) ββ analysis-temporary
β β ββββ29,600 B (00.08%) -- shapes-extra
β β β βββ14,848 B (00.04%) ββ dict-tables
β β β βββ12,928 B (00.04%) ββ compartment-tables
β β β ββββ1,088 B (00.00%) ββ tree-shape-kids
β β β ββββββ736 B (00.00%) ββ tree-tables
β β ββββ14,464 B (00.04%) ββ object-slots
β β βββββ3,408 B (00.01%) -- type-inference
β β β βββ2,416 B (00.01%) ββ script-main
β β β βββββ832 B (00.00%) ββ tables
β β β βββββ160 B (00.00%) ββ object-main
β β βββββ2,688 B (00.01%) ββ script-data
β β βββββββ240 B (00.00%) ββ string-chars
β β ββββββββ16 B (00.00%) ββ object-elements
β ββββββ329,320 B (00.94%) -- compartment([System Principal], 0x5966000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ93,280 B (00.26%) ββ string-chars
β β ββββ81,920 B (00.23%) -- gc-heap
β β β βββ43,312 B (00.12%) -- arena
β β β β βββ42,688 B (00.12%) ββ unused
β β β β ββββββ320 B (00.00%) ββ headers
β β β β ββββββ304 B (00.00%) ββ padding
β β β βββ18,240 B (00.05%) -- objects
β β β β βββ10,896 B (00.03%) ββ function
β β β β ββββ7,344 B (00.02%) ββ non-function
β β β βββ16,064 B (00.05%) -- shapes
β β β β βββ10,272 B (00.03%) ββ tree
β β β β ββββ3,968 B (00.01%) ββ base
β β β β ββββ1,824 B (00.01%) ββ dict
β β β ββββ1,792 B (00.01%) ββ scripts
β β β ββββ1,584 B (00.00%) ββ strings
β β β ββββββ928 B (00.00%) ββ type-objects
β β ββββ10,432 B (00.03%) -- shapes-extra
β β β ββββ6,656 B (00.02%) ββ compartment-tables
β β β ββββ1,888 B (00.01%) ββ tree-shape-kids
β β β ββββ1,280 B (00.00%) ββ tree-tables
β β β ββββββ608 B (00.00%) ββ dict-tables
β β βββββ7,808 B (00.02%) ββ object-slots
β β βββββ4,680 B (00.01%) ββ script-data
β β βββββββ112 B (00.00%) -- type-inference
β β β βββ112 B (00.00%) ββ script-main
β β ββββββββ16 B (00.00%) ββ object-elements
β ββββββ300,968 B (00.85%) -- compartment([System Principal], 0x51cc000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ86,016 B (00.24%) -- gc-heap
β β β βββ39,288 B (00.11%) -- arena
β β β β βββ38,600 B (00.11%) ββ unused
β β β β ββββββ352 B (00.00%) ββ padding
β β β β ββββββ336 B (00.00%) ββ headers
β β β βββ19,792 B (00.06%) -- objects
β β β β βββ10,144 B (00.03%) ββ function
β β β β ββββ9,648 B (00.03%) ββ non-function
β β β βββ19,096 B (00.05%) -- shapes
β β β β βββ13,296 B (00.04%) ββ tree
β β β β ββββ3,712 B (00.01%) ββ base
β β β β ββββ2,088 B (00.01%) ββ dict
β β β ββββ3,584 B (00.01%) ββ strings
β β β ββββ2,816 B (00.01%) ββ scripts
β β β ββββ1,440 B (00.00%) ββ type-objects
β β ββββ54,304 B (00.15%) ββ string-chars
β β ββββ11,712 B (00.03%) -- shapes-extra
β β β ββββ6,656 B (00.02%) ββ compartment-tables
β β β ββββ2,432 B (00.01%) ββ tree-shape-kids
β β β ββββ2,016 B (00.01%) ββ tree-tables
β β β ββββββ608 B (00.00%) ββ dict-tables
β β βββββ8,968 B (00.03%) ββ script-data
β β βββββ8,320 B (00.02%) ββ object-slots
β β βββββββ336 B (00.00%) ββ object-elements
β β βββββββ240 B (00.00%) -- type-inference
β β βββ240 B (00.00%) ββ script-main
β ββββββ218,632 B (00.62%) -- compartment([System Principal], 0x6f52000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ69,632 B (00.20%) -- gc-heap
β β β βββ43,904 B (00.12%) -- arena
β β β β βββ43,120 B (00.12%) ββ unused
β β β β ββββββ512 B (00.00%) ββ padding
β β β β ββββββ272 B (00.00%) ββ headers
β β β ββββ8,544 B (00.02%) -- shapes
β β β β βββ6,192 B (00.02%) ββ tree
β β β β βββ1,824 B (00.01%) ββ base
β β β β βββββ528 B (00.00%) ββ dict
β β β ββββ8,400 B (00.02%) -- objects
β β β β βββ5,216 B (00.01%) ββ function
β β β β βββ3,184 B (00.01%) ββ non-function
β β β ββββ8,192 B (00.02%) ββ scripts
β β β ββββββ576 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β ββββ10,056 B (00.03%) ββ script-data
β β βββββ5,088 B (00.01%) -- shapes-extra
β β β βββ3,328 B (00.01%) ββ compartment-tables
β β β βββ1,024 B (00.00%) ββ tree-shape-kids
β β β βββββ576 B (00.00%) ββ tree-tables
β β β βββββ160 B (00.00%) ββ dict-tables
β β βββββ2,432 B (00.01%) ββ object-slots
β β βββββββ320 B (00.00%) ββ string-chars
β β ββββββββ32 B (00.00%) -- type-inference
β β βββ32 B (00.00%) ββ script-main
β ββββββ207,688 B (00.59%) -- compartment([System Principal], 0x5528000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ57,344 B (00.16%) -- gc-heap
β β β βββ36,856 B (00.10%) -- arena
β β β β βββ36,392 B (00.10%) ββ unused
β β β β ββββββ240 B (00.00%) ββ padding
β β β β ββββββ224 B (00.00%) ββ headers
β β β ββββ8,776 B (00.02%) -- shapes
β β β β βββ5,832 B (00.02%) ββ tree
β β β β βββ2,080 B (00.01%) ββ base
β β β β βββββ864 B (00.00%) ββ dict
β β β ββββ7,648 B (00.02%) -- objects
β β β β βββ4,480 B (00.01%) ββ non-function
β β β β βββ3,168 B (00.01%) ββ function
β β β ββββ2,688 B (00.01%) ββ scripts
β β β ββββββ928 B (00.00%) ββ type-objects
β β β ββββββ448 B (00.00%) ββ strings
β β βββββ6,232 B (00.02%) ββ script-data
β β βββββ5,632 B (00.02%) -- shapes-extra
β β β βββ3,584 B (00.01%) ββ compartment-tables
β β β βββ1,120 B (00.00%) ββ tree-shape-kids
β β β βββββ576 B (00.00%) ββ tree-tables
β β β βββββ352 B (00.00%) ββ dict-tables
β β βββββ4,832 B (00.01%) ββ string-chars
β β βββββ2,496 B (00.01%) ββ object-slots
β β ββββββββ80 B (00.00%) -- type-inference
β β βββ80 B (00.00%) ββ script-main
β ββββββ199,112 B (00.57%) -- compartment([System Principal], 0x6ff1000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ61,440 B (00.17%) -- gc-heap
β β β βββ47,224 B (00.13%) -- arena
β β β β βββ46,664 B (00.13%) ββ unused
β β β β ββββββ320 B (00.00%) ββ padding
β β β β ββββββ240 B (00.00%) ββ headers
β β β ββββ6,848 B (00.02%) -- objects
β β β β βββ3,824 B (00.01%) ββ non-function
β β β β βββ3,024 B (00.01%) ββ function
β β β ββββ6,632 B (00.02%) -- shapes
β β β β βββ4,128 B (00.01%) ββ tree
β β β β βββ1,376 B (00.00%) ββ base
β β β β βββ1,128 B (00.00%) ββ dict
β β β ββββββ448 B (00.00%) ββ type-objects
β β β ββββββ256 B (00.00%) ββ scripts
β β β βββββββ32 B (00.00%) ββ strings
β β βββββ2,784 B (00.01%) -- shapes-extra
β β β βββ1,792 B (00.01%) ββ compartment-tables
β β β βββββ448 B (00.00%) ββ dict-tables
β β β βββββ448 B (00.00%) ββ tree-shape-kids
β β β ββββββ96 B (00.00%) ββ tree-tables
β β βββββ2,048 B (00.01%) ββ object-slots
β β βββββ1,032 B (00.00%) ββ script-data
β β βββββββ704 B (00.00%) ββ string-chars
β β ββββββββ16 B (00.00%) ββ object-elements
β β ββββββββ16 B (00.00%) -- type-inference
β β βββ16 B (00.00%) ββ script-main
β ββββββ198,520 B (00.56%) -- compartment([System Principal], 0x67bf000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ57,344 B (00.16%) -- gc-heap
β β β βββ44,272 B (00.13%) -- arena
β β β β βββ43,824 B (00.12%) ββ unused
β β β β ββββββ224 B (00.00%) ββ headers
β β β β ββββββ224 B (00.00%) ββ padding
β β β ββββ6,960 B (00.02%) -- shapes
β β β β βββ4,416 B (00.01%) ββ tree
β β β β βββ2,016 B (00.01%) ββ base
β β β β βββββ528 B (00.00%) ββ dict
β β β ββββ4,544 B (00.01%) -- objects
β β β β βββ2,608 B (00.01%) ββ function
β β β β βββ1,936 B (00.01%) ββ non-function
β β β ββββββ896 B (00.00%) ββ scripts
β β β ββββββ608 B (00.00%) ββ type-objects
β β β βββββββ64 B (00.00%) ββ strings
β β βββββ4,704 B (00.01%) -- shapes-extra
β β β βββ3,328 B (00.01%) ββ compartment-tables
β β β βββββ864 B (00.00%) ββ tree-tables
β β β βββββ352 B (00.00%) ββ tree-shape-kids
β β β βββββ160 B (00.00%) ββ dict-tables
β β βββββ3,200 B (00.01%) ββ object-slots
β β βββββ2,056 B (00.01%) ββ script-data
β β βββββββ112 B (00.00%) ββ string-chars
β β ββββββββ32 B (00.00%) -- type-inference
β β βββ32 B (00.00%) ββ script-main
β ββββββ198,456 B (00.56%) -- compartment([System Principal], 0x41ce000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ57,344 B (00.16%) -- gc-heap
β β β βββ42,960 B (00.12%) -- arena
β β β β βββ42,464 B (00.12%) ββ unused
β β β β ββββββ272 B (00.00%) ββ padding
β β β β ββββββ224 B (00.00%) ββ headers
β β β ββββ7,488 B (00.02%) -- shapes
β β β β βββ4,824 B (00.01%) ββ tree
β β β β βββ1,536 B (00.00%) ββ base
β β β β βββ1,128 B (00.00%) ββ dict
β β β ββββ5,584 B (00.02%) -- objects
β β β β βββ3,184 B (00.01%) ββ function
β β β β βββ2,400 B (00.01%) ββ non-function
β β β ββββββ768 B (00.00%) ββ scripts
β β β ββββββ448 B (00.00%) ββ type-objects
β β β βββββββ96 B (00.00%) ββ strings
β β βββββ3,040 B (00.01%) -- shapes-extra
β β β βββ1,792 B (00.01%) ββ compartment-tables
β β β βββββ640 B (00.00%) ββ tree-shape-kids
β β β βββββ448 B (00.00%) ββ dict-tables
β β β βββββ160 B (00.00%) ββ tree-tables
β β βββββ2,744 B (00.01%) ββ script-data
β β βββββ2,176 B (00.01%) ββ object-slots
β β βββββ2,048 B (00.01%) ββ string-chars
β β ββββββββ16 B (00.00%) ββ object-elements
β β ββββββββ16 B (00.00%) -- type-inference
β β βββ16 B (00.00%) ββ script-main
β ββββββ198,392 B (00.56%) -- compartment([System Principal], 0x5585000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ57,344 B (00.16%) -- gc-heap
β β β βββ40,160 B (00.11%) -- arena
β β β β βββ39,664 B (00.11%) ββ unused
β β β β ββββββ272 B (00.00%) ββ padding
β β β β ββββββ224 B (00.00%) ββ headers
β β β ββββ8,016 B (00.02%) -- shapes
β β β β βββ5,016 B (00.01%) ββ tree
β β β β βββ1,536 B (00.00%) ββ base
β β β β βββ1,464 B (00.00%) ββ dict
β β β ββββ7,936 B (00.02%) -- objects
β β β β βββ4,704 B (00.01%) ββ non-function
β β β β βββ3,232 B (00.01%) ββ function
β β β ββββββ672 B (00.00%) ββ type-objects
β β β ββββββ512 B (00.00%) ββ scripts
β β β βββββββ48 B (00.00%) ββ strings
β β βββββ4,064 B (00.01%) -- shapes-extra
β β β βββ2,816 B (00.01%) ββ compartment-tables
β β β βββββ640 B (00.00%) ββ tree-shape-kids
β β β βββββ608 B (00.00%) ββ dict-tables
β β βββββ2,248 B (00.01%) ββ script-data
β β βββββ2,112 B (00.01%) ββ object-slots
β β βββββ1,344 B (00.00%) ββ string-chars
β β βββββββ160 B (00.00%) ββ object-elements
β β ββββββββ48 B (00.00%) -- type-inference
β β βββ48 B (00.00%) ββ script-main
β ββββββ196,904 B (00.56%) -- compartment([System Principal], 0x51a1000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ53,248 B (00.15%) -- gc-heap
β β β βββ32,152 B (00.09%) -- arena
β β β β βββ31,720 B (00.09%) ββ unused
β β β β ββββββ224 B (00.00%) ββ padding
β β β β ββββββ208 B (00.00%) ββ headers
β β β ββββ9,832 B (00.03%) -- shapes
β β β β βββ6,072 B (00.02%) ββ tree
β β β β βββ2,560 B (00.01%) ββ base
β β β β βββ1,200 B (00.00%) ββ dict
β β β ββββ8,720 B (00.02%) -- objects
β β β β βββ4,512 B (00.01%) ββ function
β β β β βββ4,208 B (00.01%) ββ non-function
β β β ββββ1,664 B (00.00%) ββ scripts
β β β ββββββ864 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β βββββ5,696 B (00.02%) -- shapes-extra
β β β βββ3,584 B (00.01%) ββ compartment-tables
β β β βββ1,088 B (00.00%) ββ tree-shape-kids
β β β βββββ576 B (00.00%) ββ tree-tables
β β β βββββ448 B (00.00%) ββ dict-tables
β β βββββ4,544 B (00.01%) ββ object-slots
β β βββββ2,136 B (00.01%) ββ script-data
β β βββββββ112 B (00.00%) ββ string-chars
β β ββββββββ80 B (00.00%) -- type-inference
β β β βββ80 B (00.00%) ββ script-main
β β ββββββββ16 B (00.00%) ββ object-elements
β ββββββ196,744 B (00.56%) -- compartment([System Principal], 0x5519000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ57,344 B (00.16%) -- gc-heap
β β β βββ46,024 B (00.13%) -- arena
β β β β βββ45,560 B (00.13%) ββ unused
β β β β ββββββ240 B (00.00%) ββ padding
β β β β ββββββ224 B (00.00%) ββ headers
β β β ββββ5,944 B (00.02%) -- shapes
β β β β βββ3,624 B (00.01%) ββ tree
β β β β βββ1,792 B (00.01%) ββ base
β β β β βββββ528 B (00.00%) ββ dict
β β β ββββ3,696 B (00.01%) -- objects
β β β β βββ1,904 B (00.01%) ββ function
β β β β βββ1,792 B (00.01%) ββ non-function
β β β ββββ1,024 B (00.00%) ββ scripts
β β β ββββββ576 B (00.00%) ββ type-objects
β β β βββββββ80 B (00.00%) ββ strings
β β βββββ4,544 B (00.01%) -- shapes-extra
β β β βββ3,328 B (00.01%) ββ compartment-tables
β β β βββββ576 B (00.00%) ββ tree-tables
β β β βββββ480 B (00.00%) ββ tree-shape-kids
β β β βββββ160 B (00.00%) ββ dict-tables
β β βββββ1,856 B (00.01%) ββ object-slots
β β βββββ1,704 B (00.00%) ββ script-data
β β βββββββ176 B (00.00%) ββ string-chars
β β ββββββββ48 B (00.00%) -- type-inference
β β βββ48 B (00.00%) ββ script-main
β ββββββ186,344 B (00.53%) -- compartment([System Principal], 0x457b000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ49,152 B (00.14%) -- gc-heap
β β β βββ38,888 B (00.11%) -- arena
β β β β βββ38,472 B (00.11%) ββ unused
β β β β ββββββ224 B (00.00%) ββ padding
β β β β ββββββ192 B (00.00%) ββ headers
β β β ββββ5,016 B (00.01%) -- shapes
β β β β βββ3,144 B (00.01%) ββ tree
β β β β βββ1,248 B (00.00%) ββ base
β β β β βββββ624 B (00.00%) ββ dict
β β β ββββ3,824 B (00.01%) -- objects
β β β β βββ2,176 B (00.01%) ββ non-function
β β β β βββ1,648 B (00.00%) ββ function
β β β ββββββ768 B (00.00%) ββ scripts
β β β ββββββ640 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β βββββ3,776 B (00.01%) -- shapes-extra
β β β βββ2,816 B (00.01%) ββ compartment-tables
β β β βββββ416 B (00.00%) ββ tree-shape-kids
β β β βββββ288 B (00.00%) ββ tree-tables
β β β βββββ256 B (00.00%) ββ dict-tables
β β βββββ1,536 B (00.00%) ββ object-slots
β β βββββββ472 B (00.00%) ββ script-data
β β βββββββ288 B (00.00%) ββ string-chars
β β ββββββββ48 B (00.00%) -- type-inference
β β βββ48 B (00.00%) ββ script-main
β ββββββ182,232 B (00.52%) -- compartment([System Principal], 0x4584000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ45,056 B (00.13%) -- gc-heap
β β β βββ32,560 B (00.09%) -- arena
β β β β βββ32,176 B (00.09%) ββ unused
β β β β ββββββ208 B (00.00%) ββ padding
β β β β ββββββ176 B (00.00%) ββ headers
β β β ββββ6,304 B (00.02%) -- shapes
β β β β βββ3,912 B (00.01%) ββ tree
β β β β βββ1,408 B (00.00%) ββ base
β β β β βββββ984 B (00.00%) ββ dict
β β β ββββ4,896 B (00.01%) -- objects
β β β β βββ3,184 B (00.01%) ββ function
β β β β βββ1,712 B (00.00%) ββ non-function
β β β ββββββ640 B (00.00%) ββ scripts
β β β ββββββ640 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β βββββ3,712 B (00.01%) -- shapes-extra
β β β βββ2,816 B (00.01%) ββ compartment-tables
β β β βββββ448 B (00.00%) ββ dict-tables
β β β βββββ448 B (00.00%) ββ tree-shape-kids
β β βββββ2,048 B (00.01%) ββ object-slots
β β βββββββ200 B (00.00%) ββ script-data
β β ββββββββ96 B (00.00%) ββ string-chars
β β ββββββββ32 B (00.00%) -- type-inference
β β β βββ32 B (00.00%) ββ script-main
β β ββββββββ16 B (00.00%) ββ object-elements
β ββββββ182,184 B (00.52%) -- compartment([System Principal], 0x6f3c000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ45,056 B (00.13%) -- gc-heap
β β β βββ35,248 B (00.10%) -- arena
β β β β βββ34,864 B (00.10%) ββ unused
β β β β ββββββ208 B (00.00%) ββ padding
β β β β ββββββ176 B (00.00%) ββ headers
β β β ββββ4,928 B (00.01%) -- shapes
β β β β βββ3,216 B (00.01%) ββ tree
β β β β βββ1,184 B (00.00%) ββ base
β β β β βββββ528 B (00.00%) ββ dict
β β β ββββ3,232 B (00.01%) -- objects
β β β β βββ1,696 B (00.00%) ββ function
β β β β βββ1,536 B (00.00%) ββ non-function
β β β ββββ1,152 B (00.00%) ββ scripts
β β β ββββββ480 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β βββββ2,752 B (00.01%) -- shapes-extra
β β β βββ1,792 B (00.01%) ββ compartment-tables
β β β βββββ448 B (00.00%) ββ tree-tables
β β β βββββ352 B (00.00%) ββ tree-shape-kids
β β β βββββ160 B (00.00%) ββ dict-tables
β β βββββ1,640 B (00.00%) ββ script-data
β β βββββ1,536 B (00.00%) ββ object-slots
β β ββββββββ96 B (00.00%) ββ string-chars
β β ββββββββ32 B (00.00%) -- type-inference
β β βββ32 B (00.00%) ββ script-main
β ββββββ182,168 B (00.52%) -- compartment([System Principal], 0x3d29000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ45,056 B (00.13%) -- gc-heap
β β β βββ35,296 B (00.10%) -- arena
β β β β βββ34,912 B (00.10%) ββ unused
β β β β ββββββ208 B (00.00%) ββ padding
β β β β ββββββ176 B (00.00%) ββ headers
β β β ββββ4,928 B (00.01%) -- shapes
β β β β βββ3,216 B (00.01%) ββ tree
β β β β βββ1,184 B (00.00%) ββ base
β β β β βββββ528 B (00.00%) ββ dict
β β β ββββ3,184 B (00.01%) -- objects
β β β β βββ1,696 B (00.00%) ββ function
β β β β βββ1,488 B (00.00%) ββ non-function
β β β ββββ1,152 B (00.00%) ββ scripts
β β β ββββββ480 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β βββββ2,752 B (00.01%) -- shapes-extra
β β β βββ1,792 B (00.01%) ββ compartment-tables
β β β βββββ448 B (00.00%) ββ tree-tables
β β β βββββ352 B (00.00%) ββ tree-shape-kids
β β β βββββ160 B (00.00%) ββ dict-tables
β β βββββ1,640 B (00.00%) ββ script-data
β β βββββ1,536 B (00.00%) ββ object-slots
β β ββββββββ96 B (00.00%) ββ string-chars
β β ββββββββ16 B (00.00%) -- type-inference
β β βββ16 B (00.00%) ββ script-main
β ββββββ182,168 B (00.52%) -- compartment([System Principal], 0x550a000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ45,056 B (00.13%) -- gc-heap
β β β βββ35,296 B (00.10%) -- arena
β β β β βββ34,912 B (00.10%) ββ unused
β β β β ββββββ208 B (00.00%) ββ padding
β β β β ββββββ176 B (00.00%) ββ headers
β β β ββββ4,928 B (00.01%) -- shapes
β β β β βββ3,216 B (00.01%) ββ tree
β β β β βββ1,184 B (00.00%) ββ base
β β β β βββββ528 B (00.00%) ββ dict
β β β ββββ3,184 B (00.01%) -- objects
β β β β βββ1,696 B (00.00%) ββ function
β β β β βββ1,488 B (00.00%) ββ non-function
β β β ββββ1,152 B (00.00%) ββ scripts
β β β ββββββ480 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β βββββ2,752 B (00.01%) -- shapes-extra
β β β βββ1,792 B (00.01%) ββ compartment-tables
β β β βββββ448 B (00.00%) ββ tree-tables
β β β βββββ352 B (00.00%) ββ tree-shape-kids
β β β βββββ160 B (00.00%) ββ dict-tables
β β βββββ1,640 B (00.00%) ββ script-data
β β βββββ1,536 B (00.00%) ββ object-slots
β β ββββββββ96 B (00.00%) ββ string-chars
β β ββββββββ16 B (00.00%) -- type-inference
β β βββ16 B (00.00%) ββ script-main
β ββββββ181,240 B (00.51%) -- compartment([System Principal], 0x52f1000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ45,056 B (00.13%) -- gc-heap
β β β βββ33,264 B (00.09%) -- arena
β β β β βββ32,880 B (00.09%) ββ unused
β β β β ββββββ208 B (00.00%) ββ padding
β β β β ββββββ176 B (00.00%) ββ headers
β β β ββββ6,112 B (00.02%) -- shapes
β β β β βββ3,720 B (00.01%) ββ tree
β β β β βββ1,408 B (00.00%) ββ base
β β β β βββββ984 B (00.00%) ββ dict
β β β ββββ4,512 B (00.01%) -- objects
β β β β βββ3,216 B (00.01%) ββ function
β β β β βββ1,296 B (00.00%) ββ non-function
β β β ββββββ640 B (00.00%) ββ scripts
β β β ββββββ512 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β βββββ2,688 B (00.01%) -- shapes-extra
β β β βββ1,792 B (00.01%) ββ compartment-tables
β β β βββββ448 B (00.00%) ββ dict-tables
β β β βββββ448 B (00.00%) ββ tree-shape-kids
β β βββββ2,048 B (00.01%) ββ object-slots
β β βββββββ200 B (00.00%) ββ script-data
β β ββββββββ96 B (00.00%) ββ string-chars
β β ββββββββ64 B (00.00%) -- type-inference
β β β βββ64 B (00.00%) ββ script-main
β β ββββββββ16 B (00.00%) ββ object-elements
β ββββββ181,208 B (00.51%) -- compartment([System Principal], 0x5576000)
β β βββ131,072 B (00.37%) ββ analysis-temporary
β β ββββ45,056 B (00.13%) -- gc-heap
β β β βββ33,296 B (00.09%) -- arena
β β β β βββ32,912 B (00.09%) ββ unused
β β β β ββββββ208 B (00.00%) ββ padding
β β β β ββββββ176 B (00.00%) ββ headers
β β β ββββ6,112 B (00.02%) -- shapes
β β β β βββ3,720 B (00.01%) ββ tree
β β β β βββ1,408 B (00.00%) ββ base
β β β β βββββ984 B (00.00%) ββ dict
β β β ββββ4,480 B (00.01%) -- objects
β β β β βββ3,184 B (00.01%) ββ function
β β β β βββ1,296 B (00.00%) ββ non-function
β β β ββββββ640 B (00.00%) ββ scripts
β β β ββββββ512 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β βββββ2,688 B (00.01%) -- shapes-extra
β β β βββ1,792 B (00.01%) ββ compartment-tables
β β β βββββ448 B (00.00%) ββ dict-tables
β β β βββββ448 B (00.00%) ββ tree-shape-kids
β β βββββ2,048 B (00.01%) ββ object-slots
β β βββββββ200 B (00.00%) ββ script-data
β β ββββββββ96 B (00.00%) ββ string-chars
β β ββββββββ32 B (00.00%) -- type-inference
β β β βββ32 B (00.00%) ββ script-main
β β ββββββββ16 B (00.00%) ββ object-elements
β ββββββ114,688 B (00.33%) ββ gc-heap-chunk-admin
β βββββββ31,336 B (00.09%) -- compartment(moz-nullprincipal:{facafc88-5bed-4e71-8540-47225b1f964e})
β β βββ28,672 B (00.08%) -- gc-heap
β β β βββ25,064 B (00.07%) -- arena
β β β β βββ24,744 B (00.07%) ββ unused
β β β β ββββββ208 B (00.00%) ββ padding
β β β β ββββββ112 B (00.00%) ββ headers
β β β ββββ1,848 B (00.01%) -- shapes
β β β β βββββ984 B (00.00%) ββ tree
β β β β βββββ480 B (00.00%) ββ base
β β β β βββββ384 B (00.00%) ββ dict
β β β ββββ1,504 B (00.00%) -- objects
β β β β βββ1,248 B (00.00%) ββ function
β β β β βββββ256 B (00.00%) ββ non-function
β β β ββββββ128 B (00.00%) ββ scripts
β β β ββββββ128 B (00.00%) ββ type-objects
β β ββββ1,536 B (00.00%) ββ object-slots
β β ββββ1,120 B (00.00%) -- shapes-extra
β β β βββββ896 B (00.00%) ββ compartment-tables
β β β βββββ160 B (00.00%) ββ dict-tables
β β β ββββββ64 B (00.00%) ββ tree-shape-kids
β β ββββββββ8 B (00.00%) ββ script-data
β ββββββββ5,312 B (00.02%) -- compartment(about:blank)
β βββ5,312 B (00.02%) -- shapes-extra
β βββ5,312 B (00.02%) ββ compartment-tables
ββββ7,300,682 B (20.73%) ββ heap-unclassified
ββββ5,199,648 B (14.76%) -- storage
β βββ4,589,296 B (13.03%) -- sqlite
β β βββ1,243,728 B (03.53%) ββ other
β β βββ1,061,196 B (03.01%) -- places.sqlite
β β β βββββ924,812 B (02.63%) ββ cache-used [3]
β β β ββββββ93,872 B (00.27%) ββ stmt-used [3]
β β β ββββββ42,512 B (00.12%) ββ schema-used [3]
β β βββββ584,204 B (01.66%) -- extensions.sqlite
β β β βββ395,868 B (01.12%) ββ cache-used
β β β βββ180,496 B (00.51%) ββ stmt-used
β β β βββββ7,840 B (00.02%) ββ schema-used
β β βββββ355,680 B (01.01%) -- chromeappsstore.sqlite
β β β βββ330,304 B (00.94%) ββ cache-used
β β β ββββ21,008 B (00.06%) ββ stmt-used
β β β βββββ4,368 B (00.01%) ββ schema-used
β β βββββ329,112 B (00.93%) -- addons.sqlite
β β β βββ297,120 B (00.84%) ββ cache-used
β β β ββββ25,792 B (00.07%) ββ stmt-used
β β β βββββ6,200 B (00.02%) ββ schema-used
β β βββββ209,896 B (00.60%) -- urlclassifier3.sqlite
β β β βββ107,536 B (00.31%) ββ stmt-used
β β β ββββ99,624 B (00.28%) ββ cache-used
β β β βββββ2,736 B (00.01%) ββ schema-used
β β βββββ202,976 B (00.58%) -- webappsstore.sqlite
β β β βββ198,640 B (00.56%) ββ cache-used
β β β βββββ4,336 B (00.01%) ββ schema-used
β β β βββββββββ0 B (00.00%) ββ stmt-used
β β βββββ145,020 B (00.41%) -- content-prefs.sqlite
β β β βββ132,540 B (00.38%) ββ cache-used
β β β βββββ9,984 B (00.03%) ββ stmt-used
β β β βββββ2,496 B (00.01%) ββ schema-used
β β βββββ134,396 B (00.38%) -- cookies.sqlite
β β β βββ132,540 B (00.38%) ββ cache-used
β β β βββββ1,856 B (00.01%) ββ schema-used
β β β βββββββββ0 B (00.00%) ββ stmt-used
β β βββββ109,024 B (00.31%) -- downloads.sqlite
β β β ββββ99,624 B (00.28%) ββ cache-used
β β β βββββ7,568 B (00.02%) ββ stmt-used
β β β βββββ1,832 B (00.01%) ββ schema-used
β β βββββ107,448 B (00.31%) -- permissions.sqlite
β β β ββββ99,624 B (00.28%) ββ cache-used
β β β βββββ6,528 B (00.02%) ββ stmt-used
β β β βββββ1,296 B (00.00%) ββ schema-used
β β βββββ106,616 B (00.30%) -- search.sqlite
β β ββββ99,624 B (00.28%) ββ cache-used
β β βββββ5,744 B (00.02%) ββ stmt-used
β β βββββ1,248 B (00.00%) ββ schema-used
β βββββ610,352 B (01.73%) -- prefixset
β βββ610,352 B (01.73%) ββ all
ββββ2,296,432 B (06.52%) -- startup-cache
β βββ2,296,432 B (06.52%) ββ data
β βββββββββββ0 B (00.00%) ββ mapping
ββββββ950,304 B (02.70%) ββ xpti-working-set
ββββββ823,200 B (02.34%) -- layout
β βββ512,512 B (01.46%) -- shell(chrome://browser/content/browser.xul)
β β βββ304,944 B (00.87%) ββ arenas
β β βββ207,408 B (00.59%) ββ styledata
β β βββββββ160 B (00.00%) ββ textruns
β βββ128,608 B (00.37%) -- shell(about:home)
β β ββββ66,352 B (00.19%) ββ arenas
β β ββββ62,256 B (00.18%) ββ styledata
β ββββ93,568 B (00.27%) -- shell(about:memory?verbose)
β β βββ60,912 B (00.17%) ββ styledata
β β βββ32,560 B (00.09%) ββ arenas
β β βββββββ96 B (00.00%) ββ textruns
β ββββ88,512 B (00.25%) -- shell(resource://gre-resources/hiddenWindow.html)
β βββ58,000 B (00.16%) ββ styledata
β βββ30,512 B (00.09%) ββ arenas
ββββββ440,363 B (01.25%) -- images
β βββ351,636 B (01.00%) -- chrome
β β βββ350,576 B (01.00%) -- used
β β β βββ350,576 B (01.00%) ββ uncompressed-nonheap
β β β βββββββββ0 B (00.00%) ββ raw
β β β βββββββββ0 B (00.00%) ββ uncompressed-heap
β β βββββ1,060 B (00.00%) -- unused
β β βββ1,060 B (00.00%) ββ uncompressed-nonheap
β β βββββββ0 B (00.00%) ββ raw
β β βββββββ0 B (00.00%) ββ uncompressed-heap
β ββββ88,727 B (00.25%) -- content
β βββ88,727 B (00.25%) -- used
β β βββ57,272 B (00.16%) ββ uncompressed-nonheap
β β βββ31,455 B (00.09%) ββ raw
β β ββββββββ0 B (00.00%) ββ uncompressed-heap
β ββββββββ0 B (00.00%) -- unused
β βββ0 B (00.00%) ββ raw
β βββ0 B (00.00%) ββ uncompressed-heap
β βββ0 B (00.00%) ββ uncompressed-nonheap
ββββββ275,273 B (00.78%) -- dom
β βββ275,273 B (00.78%) -- window-objects
β βββ154,861 B (00.44%) -- active
β β βββ145,456 B (00.41%) -- top=1 (inner=2)
β β β βββ142,434 B (00.40%) ββ inner-window(id=2, uri=chrome://browser/content/browser.xul)
β β β βββββ1,511 B (00.00%) ββ inner-window(id=10, uri=about:blank)
β β β βββββ1,511 B (00.00%) ββ inner-window(id=9, uri=about:blank)
β β βββββ5,647 B (00.02%) -- top=7 (inner=13)
β β β βββ5,647 B (00.02%) ββ inner-window(id=13, uri=about:memory?verbose)
β β βββββ2,000 B (00.01%) ββ outer-windows [5]
β β βββββ1,758 B (00.00%) -- top=3 (inner=4)
β β βββ1,758 B (00.00%) ββ inner-window(id=4, uri=resource://gre-resources/hiddenWindow.html)
β βββ120,412 B (00.34%) -- cached
β βββ120,412 B (00.34%) -- top=7 (inner=13)
β βββ120,412 B (00.34%) ββ inner-window(id=12, uri=about:home)
ββββββ206,816 B (00.59%) ββ atom-table
ββββββββ4,368 B (00.01%) ββ history-links-hashtable
ββββββββ2,216 B (00.01%) ββ cycle-collector
ββββββββββββ0 B (00.00%) ββ spell-check
Other Measurements
35,219,856 B ββ explicit
0 B ββ gfx-d2d-surfacecache
0 B ββ gfx-d2d-surfacevram
4,880 B ββ gfx-surface-image
409,044 B ββ gfx-surface-win32
26,027,136 B ββ heap-allocated
26,796,032 B ββ heap-committed
2.84% ββ heap-committed-fragmentation
28,672 B ββ heap-dirty
7,526,206 B ββ heap-unallocated
19 ββ js-compartments-system
3 ββ js-compartments-user
8,388,608 B ββ js-gc-heap
981,512 B ββ js-gc-heap-arena-unused
1,048,576 B ββ js-gc-heap-chunk-clean-unused
962,560 B ββ js-gc-heap-chunk-dirty-unused
823,296 B ββ js-gc-heap-decommitted
4.52% ββ js-gc-heap-unused-fraction
3,669,856 B ββ js-total-analysis-temporary
274,992 B ββ js-total-mjit
2,112,816 B ββ js-total-objects
2,123,592 B ββ js-total-scripts
2,116,360 B ββ js-total-shapes
1,858,362 B ββ js-total-strings
77,664 B ββ js-total-type-inference
0 ββ low-memory-events-physical
0 ββ low-memory-events-virtual
60,903,424 B ββ private
67,166,208 B ββ resident
4,589,296 B ββ storage-sqlite
169,267,200 B ββ vsize
Sun Apr 01 2012 07:54:18 pm
Main Process
Explicit Allocations
40,113,121 B (100.0%) -- explicit
βββ17,528,394 B (43.70%) -- js
β ββββ7,485,790 B (18.66%) -- compartment([System Principal], 0x3473000)
β β βββ3,846,144 B (09.59%) -- gc-heap
β β β βββ1,289,576 B (03.21%) -- shapes
β β β β βββββ795,576 B (01.98%) ββ tree
β β β β βββββ290,144 B (00.72%) ββ base
β β β β βββββ203,856 B (00.51%) ββ dict
β β β βββ1,227,696 B (03.06%) -- objects
β β β β βββββ862,064 B (02.15%) ββ function
β β β β βββββ365,632 B (00.91%) ββ non-function
β β β βββββ731,776 B (01.82%) ββ scripts
β β β βββββ533,344 B (01.33%) -- arena
β β β β βββ491,944 B (01.23%) ββ unused
β β β β ββββ26,376 B (00.07%) ββ padding
β β β β ββββ15,024 B (00.04%) ββ headers
β β β ββββββ37,760 B (00.09%) ββ type-objects
β β β ββββββ25,888 B (00.06%) ββ strings
β β β βββββββββ104 B (00.00%) ββ xml
β β βββ1,392,568 B (03.47%) ββ script-data
β β βββββ787,072 B (01.96%) -- shapes-extra
β β β βββ357,504 B (00.89%) ββ tree-tables
β β β βββ245,760 B (00.61%) ββ compartment-tables
β β β βββ103,712 B (00.26%) ββ tree-shape-kids
β β β ββββ80,096 B (00.20%) ββ dict-tables
β β βββββ524,288 B (01.31%) ββ analysis-temporary
β β βββββ471,360 B (01.18%) ββ object-slots
β β βββββ327,680 B (00.82%) ββ mjit-code
β β ββββββ78,454 B (00.20%) ββ string-chars
β β ββββββ28,032 B (00.07%) ββ mjit-data
β β ββββββ23,872 B (00.06%) -- type-inference
β β β βββ23,872 B (00.06%) ββ script-main
β β βββββββ6,320 B (00.02%) ββ object-elements
β ββββ4,161,536 B (10.37%) ββ gc-heap-chunk-dirty-unused
β ββββ1,265,312 B (03.15%) -- compartment(atoms)
β β βββββ749,216 B (01.87%) ββ string-chars
β β βββββ516,096 B (01.29%) -- gc-heap
β β βββ509,504 B (01.27%) ββ strings
β β βββββ6,592 B (00.02%) -- arena
β β βββ3,696 B (00.01%) ββ unused
β β βββ2,016 B (00.01%) ββ headers
β β βββββ880 B (00.00%) ββ padding
β ββββ1,048,576 B (02.61%) ββ gc-heap-chunk-clean-unused
β ββββββ878,016 B (02.19%) -- runtime
β β βββ262,144 B (00.65%) ββ atoms-table
β β βββ237,568 B (00.59%) ββ runtime-object
β β βββ155,648 B (00.39%) ββ temporary
β β βββ131,072 B (00.33%) ββ stack-committed
β β ββββ65,536 B (00.16%) ββ regexp-code
β β ββββ21,952 B (00.05%) ββ contexts
β β βββββ4,096 B (00.01%) ββ normal
β ββββββ827,392 B (02.06%) ββ gc-heap-decommitted
β ββββββ420,388 B (01.05%) ββ xpconnect
β ββββββ274,936 B (00.69%) -- compartment(about:home)
β β βββ130,912 B (00.33%) ββ analysis-temporary
β β βββ122,880 B (00.31%) -- gc-heap
β β β ββββ84,648 B (00.21%) -- arena
β β β β βββ83,816 B (00.21%) ββ unused
β β β β ββββββ480 B (00.00%) ββ headers
β β β β ββββββ352 B (00.00%) ββ padding
β β β ββββ23,656 B (00.06%) -- shapes
β β β β βββ15,336 B (00.04%) ββ dict
β β β β ββββ5,440 B (00.01%) ββ base
β β β β ββββ2,880 B (00.01%) ββ tree
β β β ββββ13,360 B (00.03%) -- objects
β β β β βββ12,064 B (00.03%) ββ function
β β β β ββββ1,296 B (00.00%) ββ non-function
β β β βββββββ960 B (00.00%) ββ type-objects
β β β βββββββ256 B (00.00%) ββ scripts
β β ββββ13,568 B (00.03%) -- shapes-extra
β β β ββββ6,880 B (00.02%) ββ dict-tables
β β β ββββ6,432 B (00.02%) ββ compartment-tables
β β β ββββββ256 B (00.00%) ββ tree-shape-kids
β β βββββ6,464 B (00.02%) ββ object-slots
β β βββββββ992 B (00.00%) -- type-inference
β β β βββ832 B (00.00%) ββ tables
β β β βββ160 B (00.00%) ββ object-main
β β βββββββ104 B (00.00%) ββ script-data
β β ββββββββ16 B (00.00%) ββ object-elements
β ββββββ163,840 B (00.41%) ββ gc-heap-chunk-admin
β ββββββ117,000 B (00.29%) -- compartment([System Principal], 0x51cc000)
β β ββββ77,824 B (00.19%) -- gc-heap
β β β βββ46,048 B (00.11%) -- arena
β β β β βββ45,440 B (00.11%) ββ unused
β β β β ββββββ304 B (00.00%) ββ headers
β β β β ββββββ304 B (00.00%) ββ padding
β β β βββ13,424 B (00.03%) -- objects
β β β β ββββ8,672 B (00.02%) ββ function
β β β β ββββ4,752 B (00.01%) ββ non-function
β β β βββ12,272 B (00.03%) -- shapes
β β β β ββββ8,376 B (00.02%) ββ tree
β β β β ββββ2,240 B (00.01%) ββ base
β β β β ββββ1,656 B (00.00%) ββ dict
β β β ββββ2,688 B (00.01%) ββ scripts
β β β ββββ2,560 B (00.01%) ββ strings
β β β ββββββ832 B (00.00%) ββ type-objects
β β ββββ17,520 B (00.04%) ββ string-chars
β β βββββ7,944 B (00.02%) ββ script-data
β β βββββ7,104 B (00.02%) ββ object-slots
β β βββββ6,048 B (00.02%) -- shapes-extra
β β β βββ3,584 B (00.01%) ββ compartment-tables
β β β βββ1,152 B (00.00%) ββ tree-shape-kids
β β β βββββ704 B (00.00%) ββ tree-tables
β β β βββββ608 B (00.00%) ββ dict-tables
β β βββββββ336 B (00.00%) ββ object-elements
β β βββββββ224 B (00.00%) -- type-inference
β β βββ224 B (00.00%) ββ script-main
β βββββββ85,240 B (00.21%) -- compartment([System Principal], 0x5966000)
β β βββ69,632 B (00.17%) -- gc-heap
β β β βββ47,464 B (00.12%) -- arena
β β β β βββ46,952 B (00.12%) ββ unused
β β β β ββββββ272 B (00.00%) ββ headers
β β β β ββββββ240 B (00.00%) ββ padding
β β β ββββ9,944 B (00.02%) -- shapes
β β β β βββ6,456 B (00.02%) ββ tree
β β β β βββ1,952 B (00.00%) ββ base
β β β β βββ1,536 B (00.00%) ββ dict
β β β ββββ9,888 B (00.02%) -- objects
β β β β βββ6,976 B (00.02%) ββ function
β β β β βββ2,912 B (00.01%) ββ non-function
β β β ββββ1,664 B (00.00%) ββ scripts
β β β ββββββ576 B (00.00%) ββ type-objects
β β β βββββββ96 B (00.00%) ββ strings
β β ββββ5,504 B (00.01%) ββ object-slots
β β ββββ5,472 B (00.01%) -- shapes-extra
β β β βββ3,584 B (00.01%) ββ compartment-tables
β β β βββββ736 B (00.00%) ββ tree-shape-kids
β β β βββββ608 B (00.00%) ββ dict-tables
β β β βββββ544 B (00.00%) ββ tree-tables
β β ββββ4,424 B (00.01%) ββ script-data
β β βββββββ96 B (00.00%) ββ string-chars
β β βββββββ96 B (00.00%) -- type-inference
β β β βββ96 B (00.00%) ββ script-main
β β βββββββ16 B (00.00%) ββ object-elements
β βββββββ79,992 B (00.20%) -- compartment([System Principal], 0x6f52000)
β β βββ65,536 B (00.16%) -- gc-heap
β β β βββ43,200 B (00.11%) -- arena
β β β β βββ42,480 B (00.11%) ββ unused
β β β β ββββββ464 B (00.00%) ββ padding
β β β β ββββββ256 B (00.00%) ββ headers
β β β ββββ8,064 B (00.02%) ββ scripts
β β β ββββ7,024 B (00.02%) -- shapes
β β β β βββ5,040 B (00.01%) ββ tree
β β β β βββ1,600 B (00.00%) ββ base
β β β β βββββ384 B (00.00%) ββ dict
β β β ββββ6,752 B (00.02%) -- objects
β β β β βββ4,448 B (00.01%) ββ function
β β β β βββ2,304 B (00.01%) ββ non-function
β β β ββββββ480 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β ββββ8,008 B (00.02%) ββ script-data
β β ββββ3,936 B (00.01%) -- shapes-extra
β β β βββ2,304 B (00.01%) ββ compartment-tables
β β β βββββ896 B (00.00%) ββ tree-shape-kids
β β β βββββ576 B (00.00%) ββ tree-tables
β β β βββββ160 B (00.00%) ββ dict-tables
β β ββββ2,176 B (00.01%) ββ object-slots
β β ββββββ320 B (00.00%) ββ string-chars
β β βββββββ16 B (00.00%) -- type-inference
β β βββ16 B (00.00%) ββ script-main
β βββββββ67,368 B (00.17%) -- compartment([System Principal], 0x5528000)
β β βββ53,248 B (00.13%) -- gc-heap
β β β βββ37,600 B (00.09%) -- arena
β β β β βββ37,168 B (00.09%) ββ unused
β β β β ββββββ224 B (00.00%) ββ padding
β β β β ββββββ208 B (00.00%) ββ headers
β β β ββββ6,464 B (00.02%) -- shapes
β β β β βββ4,200 B (00.01%) ββ tree
β β β β βββ1,664 B (00.00%) ββ base
β β β β βββββ600 B (00.00%) ββ dict
β β β ββββ5,760 B (00.01%) -- objects
β β β β βββ2,896 B (00.01%) ββ function
β β β β βββ2,864 B (00.01%) ββ non-function
β β β ββββ2,560 B (00.01%) ββ scripts
β β β ββββββ832 B (00.00%) ββ type-objects
β β β βββββββ32 B (00.00%) ββ strings
β β ββββ6,200 B (00.02%) ββ script-data
β β ββββ5,280 B (00.01%) -- shapes-extra
β β β βββ3,584 B (00.01%) ββ compartment-tables
β β β βββββ768 B (00.00%) ββ tree-shape-kids
β β β βββββ576 B (00.00%) ββ tree-tables
β β β βββββ352 B (00.00%) ββ dict-tables
β β ββββ2,240 B (00.01%) ββ object-slots
β β ββββββ336 B (00.00%) ββ string-chars
β β βββββββ64 B (00.00%) -- type-inference
β β βββ64 B (00.00%) ββ script-main
β βββββββ66,376 B (00.17%) -- compartment([System Principal], 0x6ff1000)
β β βββ61,440 B (00.15%) -- gc-heap
β β β βββ49,920 B (00.12%) -- arena
β β β β βββ49,360 B (00.12%) ββ unused
β β β β ββββββ320 B (00.00%) ββ padding
β β β β ββββββ240 B (00.00%) ββ headers
β β β ββββ6,080 B (00.02%) -- objects
β β β β βββ3,056 B (00.01%) ββ non-function
β β β β βββ3,024 B (00.01%) ββ function
β β β ββββ4,848 B (00.01%) -- shapes
β β β β βββ2,808 B (00.01%) ββ tree
β β β β βββ1,056 B (00.00%) ββ base
β β β β βββββ984 B (00.00%) ββ dict
β β β ββββββ448 B (00.00%) ββ type-objects
β β β ββββββ128 B (00.00%) ββ scripts
β β β βββββββ16 B (00.00%) ββ strings
β β ββββ2,528 B (00.01%) -- shapes-extra
β β β βββ1,792 B (00.00%) ββ compartment-tables
β β β βββββ448 B (00.00%) ββ dict-tables
β β β βββββ192 B (00.00%) ββ tree-shape-kids
β β β ββββββ96 B (00.00%) ββ tree-tables
β β ββββ2,048 B (00.01%) ββ object-slots
β β ββββββ336 B (00.00%) ββ string-chars
β β βββββββ16 B (00.00%) ββ object-elements
β β ββββββββ8 B (00.00%) ββ script-data
β βββββββ64,920 B (00.16%) -- compartment([System Principal], 0x41ce000)
β β βββ57,344 B (00.14%) -- gc-heap
β β β βββ45,216 B (00.11%) -- arena
β β β β βββ44,720 B (00.11%) ββ unused
β β β β ββββββ272 B (00.00%) ββ padding
β β β β ββββββ224 B (00.00%) ββ headers
β β β ββββ5,760 B (00.01%) -- shapes
β β β β βββ3,528 B (00.01%) ββ tree
β β β β βββ1,248 B (00.00%) ββ base
β β β β βββββ984 B (00.00%) ββ dict
β β β ββββ5,264 B (00.01%) -- objects
β β β β βββ3,184 B (00.01%) ββ function
β β β β βββ2,080 B (00.01%) ββ non-function
β β β ββββββ640 B (00.00%) ββ scripts
β β β ββββββ448 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β ββββ2,784 B (00.01%) -- shapes-extra
β β β βββ1,792 B (00.00%) ββ compartment-tables
β β β βββββ448 B (00.00%) ββ dict-tables
β β β βββββ384 B (00.00%) ββ tree-shape-kids
β β β βββββ160 B (00.00%) ββ tree-tables
β β ββββ2,232 B (00.01%) ββ script-data
β β ββββ2,176 B (00.01%) ββ object-slots
β β ββββββ368 B (00.00%) ββ string-chars
β β βββββββ16 B (00.00%) ββ object-elements
β βββββββ62,760 B (00.16%) -- compartment([System Principal], 0x5585000)
β β βββ57,344 B (00.14%) -- gc-heap
β β β βββ45,352 B (00.11%) -- arena
β β β β βββ44,856 B (00.11%) ββ unused
β β β β ββββββ272 B (00.00%) ββ padding
β β β β ββββββ224 B (00.00%) ββ headers
β β β ββββ5,920 B (00.01%) -- objects
β β β β βββ3,152 B (00.01%) ββ function
β β β β βββ2,768 B (00.01%) ββ non-function
β β β ββββ5,224 B (00.01%) -- shapes
β β β β βββ2,760 B (00.01%) ββ tree
β β β β βββ1,248 B (00.00%) ββ dict
β β β β βββ1,216 B (00.00%) ββ base
β β β ββββββ448 B (00.00%) ββ type-objects
β β β ββββββ384 B (00.00%) ββ scripts
β β β βββββββ16 B (00.00%) ββ strings
β β ββββ2,592 B (00.01%) -- shapes-extra
β β β βββ1,792 B (00.00%) ββ compartment-tables
β β β βββββ608 B (00.00%) ββ dict-tables
β β β βββββ192 B (00.00%) ββ tree-shape-kids
β β ββββ2,112 B (00.01%) ββ object-slots
β β ββββββ320 B (00.00%) ββ string-chars
β β ββββββ200 B (00.00%) ββ script-data
β β ββββββ160 B (00.00%) ββ object-elements
β β βββββββ32 B (00.00%) -- type-inference
β β βββ32 B (00.00%) ββ script-main
β βββββββ62,632 B (00.16%) -- compartment([System Principal], 0x67bf000)
β β βββ53,248 B (00.13%) -- gc-heap
β β β βββ42,976 B (00.11%) -- arena
β β β β βββ42,544 B (00.11%) ββ unused
β β β β ββββββ224 B (00.00%) ββ padding
β β β β ββββββ208 B (00.00%) ββ headers
β β β ββββ5,024 B (00.01%) -- shapes
β β β β βββ3,168 B (00.01%) ββ tree
β β β β βββ1,472 B (00.00%) ββ base
β β β β βββββ384 B (00.00%) ββ dict
β β β ββββ3,920 B (00.01%) -- objects
β β β β βββ2,416 B (00.01%) ββ function
β β β β βββ1,504 B (00.00%) ββ non-function
β β β ββββββ768 B (00.00%) ββ scripts
β β β ββββββ544 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β ββββ4,480 B (00.01%) -- shapes-extra
β β β βββ3,328 B (00.01%) ββ compartment-tables
β β β βββββ864 B (00.00%) ββ tree-tables
β β β βββββ160 B (00.00%) ββ dict-tables
β β β βββββ128 B (00.00%) ββ tree-shape-kids
β β ββββ3,136 B (00.01%) ββ object-slots
β β ββββ1,640 B (00.00%) ββ script-data
β β ββββββ112 B (00.00%) ββ string-chars
β β βββββββ16 B (00.00%) -- type-inference
β β βββ16 B (00.00%) ββ script-main
β βββββββ62,616 B (00.16%) -- compartment([System Principal], 0x51a1000)
β β βββ53,248 B (00.13%) -- gc-heap
β β β βββ38,440 B (00.10%) -- arena
β β β β βββ38,008 B (00.09%) ββ unused
β β β β ββββββ224 B (00.00%) ββ padding
β β β β ββββββ208 B (00.00%) ββ headers
β β β ββββ6,336 B (00.02%) -- objects
β β β β βββ3,696 B (00.01%) ββ function
β β β β βββ2,640 B (00.01%) ββ non-function
β β β ββββ6,216 B (00.02%) -- shapes
β β β β βββ3,528 B (00.01%) ββ tree
β β β β βββ1,632 B (00.00%) ββ base
β β β β βββ1,056 B (00.00%) ββ dict
β β β ββββ1,536 B (00.00%) ββ scripts
β β β ββββββ704 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β ββββ4,608 B (00.01%) -- shapes-extra
β β β βββ3,584 B (00.01%) ββ compartment-tables
β β β βββββ576 B (00.00%) ββ tree-shape-kids
β β β βββββ448 B (00.00%) ββ dict-tables
β β ββββ3,456 B (00.01%) ββ object-slots
β β ββββ1,112 B (00.00%) ββ script-data
β β ββββββ112 B (00.00%) ββ string-chars
β β βββββββ64 B (00.00%) -- type-inference
β β β βββ64 B (00.00%) ββ script-main
β β βββββββ16 B (00.00%) ββ object-elements
β βββββββ51,720 B (00.13%) -- compartment([System Principal], 0x5519000)
β β βββ45,056 B (00.11%) -- gc-heap
β β β βββ35,704 B (00.09%) -- arena
β β β β βββ35,304 B (00.09%) ββ unused
β β β β ββββββ224 B (00.00%) ββ padding
β β β β ββββββ176 B (00.00%) ββ headers
β β β ββββ4,408 B (00.01%) -- shapes
β β β β βββ2,616 B (00.01%) ββ tree
β β β β βββ1,408 B (00.00%) ββ base
β β β β βββββ384 B (00.00%) ββ dict
β β β ββββ3,520 B (00.01%) -- objects
β β β β βββ1,856 B (00.00%) ββ function
β β β β βββ1,664 B (00.00%) ββ non-function
β β β ββββββ896 B (00.00%) ββ scripts
β β β ββββββ512 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β ββββ3,328 B (00.01%) -- shapes-extra
β β β βββ2,304 B (00.01%) ββ compartment-tables
β β β βββββ576 B (00.00%) ββ tree-tables
β β β βββββ288 B (00.00%) ββ tree-shape-kids
β β β βββββ160 B (00.00%) ββ dict-tables
β β ββββ1,856 B (00.00%) ββ object-slots
β β ββββ1,368 B (00.00%) ββ script-data
β β βββββββ80 B (00.00%) ββ string-chars
β β βββββββ32 B (00.00%) -- type-inference
β β βββ32 B (00.00%) ββ script-main
β βββββββ50,680 B (00.13%) -- compartment([System Principal], 0x3d29000)
β β βββ45,056 B (00.11%) -- gc-heap
β β β βββ37,104 B (00.09%) -- arena
β β β β βββ36,720 B (00.09%) ββ unused
β β β β ββββββ208 B (00.00%) ββ padding
β β β β ββββββ176 B (00.00%) ββ headers
β β β ββββ3,616 B (00.01%) -- shapes
β β β β βββ2,304 B (00.01%) ββ tree
β β β β βββββ928 B (00.00%) ββ base
β β β β βββββ384 B (00.00%) ββ dict
β β β ββββ2,880 B (00.01%) -- objects
β β β β βββ1,696 B (00.00%) ββ function
β β β β βββ1,184 B (00.00%) ββ non-function
β β β ββββ1,024 B (00.00%) ββ scripts
β β β ββββββ416 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β ββββ2,624 B (00.01%) -- shapes-extra
β β β βββ1,792 B (00.00%) ββ compartment-tables
β β β βββββ448 B (00.00%) ββ tree-tables
β β β βββββ224 B (00.00%) ββ tree-shape-kids
β β β βββββ160 B (00.00%) ββ dict-tables
β β ββββ1,536 B (00.00%) ββ object-slots
β β ββββ1,368 B (00.00%) ββ script-data
β β βββββββ96 B (00.00%) ββ string-chars
β βββββββ50,680 B (00.13%) -- compartment([System Principal], 0x550a000)
β β βββ45,056 B (00.11%) -- gc-heap
β β β βββ37,104 B (00.09%) -- arena
β β β β βββ36,720 B (00.09%) ββ unused
β β β β ββββββ208 B (00.00%) ββ padding
β β β β ββββββ176 B (00.00%) ββ headers
β β β ββββ3,616 B (00.01%) -- shapes
β β β β βββ2,304 B (00.01%) ββ tree
β β β β βββββ928 B (00.00%) ββ base
β β β β βββββ384 B (00.00%) ββ dict
β β β ββββ2,880 B (00.01%) -- objects
β β β β βββ1,696 B (00.00%) ββ function
β β β β βββ1,184 B (00.00%) ββ non-function
β β β ββββ1,024 B (00.00%) ββ scripts
β β β ββββββ416 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β ββββ2,624 B (00.01%) -- shapes-extra
β β β βββ1,792 B (00.00%) ββ compartment-tables
β β β βββββ448 B (00.00%) ββ tree-tables
β β β βββββ224 B (00.00%) ββ tree-shape-kids
β β β βββββ160 B (00.00%) ββ dict-tables
β β ββββ1,536 B (00.00%) ββ object-slots
β β ββββ1,368 B (00.00%) ββ script-data
β β βββββββ96 B (00.00%) ββ string-chars
β βββββββ49,768 B (00.12%) -- compartment([System Principal], 0x4584000)
β β βββ45,056 B (00.11%) -- gc-heap
β β β βββ34,592 B (00.09%) -- arena
β β β β βββ34,208 B (00.09%) ββ unused
β β β β ββββββ208 B (00.00%) ββ padding
β β β β ββββββ176 B (00.00%) ββ headers
β β β ββββ4,896 B (00.01%) -- objects
β β β β βββ3,184 B (00.01%) ββ function
β β β β βββ1,712 B (00.00%) ββ non-function
β β β ββββ4,400 B (00.01%) -- shapes
β β β β βββ2,472 B (00.01%) ββ tree
β β β β βββ1,088 B (00.00%) ββ base
β β β β βββββ840 B (00.00%) ββ dict
β β β ββββββ640 B (00.00%) ββ type-objects
β β β ββββββ512 B (00.00%) ββ scripts
β β β βββββββ16 B (00.00%) ββ strings
β β ββββ2,432 B (00.01%) -- shapes-extra
β β β βββ1,792 B (00.00%) ββ compartment-tables
β β β βββββ448 B (00.00%) ββ dict-tables
β β β βββββ192 B (00.00%) ββ tree-shape-kids
β β ββββ2,048 B (00.01%) ββ object-slots
β β ββββββ104 B (00.00%) ββ script-data
β β βββββββ96 B (00.00%) ββ string-chars
β β βββββββ16 B (00.00%) ββ object-elements
β β βββββββ16 B (00.00%) -- type-inference
β β βββ16 B (00.00%) ββ script-main
β βββββββ49,768 B (00.12%) -- compartment([System Principal], 0x5576000)
β β βββ45,056 B (00.11%) -- gc-heap
β β β βββ35,232 B (00.09%) -- arena
β β β β βββ34,848 B (00.09%) ββ unused
β β β β ββββββ208 B (00.00%) ββ padding
β β β β ββββββ176 B (00.00%) ββ headers
β β β ββββ4,480 B (00.01%) -- objects
β β β β βββ3,184 B (00.01%) ββ function
β β β β βββ1,296 B (00.00%) ββ non-function
β β β ββββ4,304 B (00.01%) -- shapes
β β β β βββ2,376 B (00.01%) ββ tree
β β β β βββ1,088 B (00.00%) ββ base
β β β β βββββ840 B (00.00%) ββ dict
β β β ββββββ512 B (00.00%) ββ scripts
β β β ββββββ512 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β ββββ2,432 B (00.01%) -- shapes-extra
β β β βββ1,792 B (00.00%) ββ compartment-tables
β β β βββββ448 B (00.00%) ββ dict-tables
β β β βββββ192 B (00.00%) ββ tree-shape-kids
β β ββββ2,048 B (00.01%) ββ object-slots
β β ββββββ104 B (00.00%) ββ script-data
β β βββββββ96 B (00.00%) ββ string-chars
β β βββββββ16 B (00.00%) ββ object-elements
β β βββββββ16 B (00.00%) -- type-inference
β β βββ16 B (00.00%) ββ script-main
β βββββββ49,752 B (00.12%) -- compartment([System Principal], 0x457b000)
β β βββ45,056 B (00.11%) -- gc-heap
β β β βββ38,000 B (00.09%) -- arena
β β β β βββ37,616 B (00.09%) ββ unused
β β β β ββββββ208 B (00.00%) ββ padding
β β β β ββββββ176 B (00.00%) ββ headers
β β β ββββ3,200 B (00.01%) -- shapes
β β β β βββ1,752 B (00.00%) ββ tree
β β β β βββββ992 B (00.00%) ββ base
β β β β βββββ456 B (00.00%) ββ dict
β β β ββββ2,784 B (00.01%) -- objects
β β β β βββ1,552 B (00.00%) ββ function
β β β β βββ1,232 B (00.00%) ββ non-function
β β β ββββββ640 B (00.00%) ββ scripts
β β β ββββββ416 B (00.00%) ββ type-objects
β β β βββββββ16 B (00.00%) ββ strings
β β ββββ2,496 B (00.01%) -- shapes-extra
β β β βββ1,792 B (00.00%) ββ compartment-tables
β β β βββββ288 B (00.00%) ββ tree-tables
β β β βββββ256 B (00.00%) ββ dict-tables
β β β βββββ160 B (00.00%) ββ tree-shape-kids
β β ββββ1,536 B (00.00%) ββ object-slots
β β ββββββ344 B (00.00%) ββ script-data
β β ββββββ288 B (00.00%) ββ string-chars
β β βββββββ32 B (00.00%) -- type-inference
β β βββ32 B (00.00%) ββ script-main
β βββββββ31,336 B (00.08%) -- compartment(moz-nullprincipal:{facafc88-5bed-4e71-8540-47225b1f964e})
β βββ28,672 B (00.07%) -- gc-heap
β β βββ25,064 B (00.06%) -- arena
β β β βββ24,744 B (00.06%) ββ unused
β β β ββββββ208 B (00.00%) ββ padding
β β β ββββββ112 B (00.00%) ββ headers
β β ββββ1,848 B (00.00%) -- shapes
β β β βββββ984 B (00.00%) ββ tree
β β β βββββ480 B (00.00%) ββ base
β β β βββββ384 B (00.00%) ββ dict
β β ββββ1,504 B (00.00%) -- objects
β β β βββ1,248 B (00.00%) ββ function
β β β βββββ256 B (00.00%) ββ non-function
β β ββββββ128 B (00.00%) ββ scripts
β β ββββββ128 B (00.00%) ββ type-objects
β ββββ1,536 B (00.00%) ββ object-slots
β ββββ1,120 B (00.00%) -- shapes-extra
β β βββββ896 B (00.00%) ββ compartment-tables
β β βββββ160 B (00.00%) ββ dict-tables
β β ββββββ64 B (00.00%) ββ tree-shape-kids
β ββββββββ8 B (00.00%) ββ script-data
βββ12,393,058 B (30.90%) ββ heap-unclassified
ββββ5,709,176 B (14.23%) -- storage
β βββ4,689,224 B (11.69%) -- sqlite
β β βββ1,308,112 B (03.26%) ββ other
β β βββ1,061,196 B (02.65%) -- places.sqlite
β β β βββββ924,812 B (02.31%) ββ cache-used [3]
β β β ββββββ93,872 B (00.23%) ββ stmt-used [3]
β β β ββββββ42,512 B (00.11%) ββ schema-used [3]
β β βββββ616,316 B (01.54%) -- extensions.sqlite
β β β βββ395,868 B (00.99%) ββ cache-used
β β β βββ212,608 B (00.53%) ββ stmt-used
β β β βββββ7,840 B (00.02%) ββ schema-used
β β βββββ355,680 B (00.89%) -- chromeappsstore.sqlite
β β β βββ330,304 B (00.82%) ββ cache-used
β β β ββββ21,008 B (00.05%) ββ stmt-used
β β β βββββ4,368 B (00.01%) ββ schema-used
β β βββββ329,112 B (00.82%) -- addons.sqlite
β β β βββ297,120 B (00.74%) ββ cache-used
β β β ββββ25,792 B (00.06%) ββ stmt-used
β β β βββββ6,200 B (00.02%) ββ schema-used
β β βββββ202,976 B (00.51%) -- webappsstore.sqlite
β β β βββ198,640 B (00.50%) ββ cache-used
β β β βββββ4,336 B (00.01%) ββ schema-used
β β β βββββββββ0 B (00.00%) ββ stmt-used
β β βββββ176,980 B (00.44%) -- urlclassifier3.sqlite
β β β βββ107,536 B (00.27%) ββ stmt-used
β β β ββββ66,708 B (00.17%) ββ cache-used
β β β βββββ2,736 B (00.01%) ββ schema-used
β β βββββ170,744 B (00.43%) -- cookies.sqlite
β β β βββ165,456 B (00.41%) ββ cache-used
β β β βββββ3,408 B (00.01%) ββ stmt-used
β β β βββββ1,880 B (00.00%) ββ schema-used
β β βββββ145,020 B (00.36%) -- content-prefs.sqlite
β β β βββ132,540 B (00.33%) ββ cache-used
β β β βββββ9,984 B (00.02%) ββ stmt-used
β β β βββββ2,496 B (00.01%) ββ schema-used
β β βββββ109,024 B (00.27%) -- downloads.sqlite
β β β ββββ99,624 B (00.25%) ββ cache-used
β β β βββββ7,568 B (00.02%) ββ stmt-used
β β β βββββ1,832 B (00.00%) ββ schema-used
β β βββββ107,448 B (00.27%) -- permissions.sqlite
β β β ββββ99,624 B (00.25%) ββ cache-used
β β β βββββ6,528 B (00.02%) ββ stmt-used
β β β βββββ1,296 B (00.00%) ββ schema-used
β β βββββ106,616 B (00.27%) -- search.sqlite
β β ββββ99,624 B (00.25%) ββ cache-used
β β βββββ5,744 B (00.01%) ββ stmt-used
β β βββββ1,248 B (00.00%) ββ schema-used
β βββ1,019,952 B (02.54%) -- prefixset
β βββ1,019,952 B (02.54%) ββ all
ββββ1,891,872 B (04.72%) -- layout
β βββ1,285,616 B (03.20%) -- shell(about:memory?verbose)
β β βββββ879,200 B (02.19%) ββ arenas [2]
β β βββββ284,592 B (00.71%) ββ textruns [2]
β β βββββ121,824 B (00.30%) ββ styledata [2]
β βββββ517,744 B (01.29%) -- shell(chrome://browser/content/browser.xul)
β β βββ310,064 B (00.77%) ββ arenas
β β βββ207,408 B (00.52%) ββ styledata
β β βββββββ272 B (00.00%) ββ textruns
β ββββββ88,512 B (00.22%) -- shell(resource://gre-resources/hiddenWindow.html)
β βββ58,000 B (00.14%) ββ styledata
β βββ30,512 B (00.08%) ββ arenas
ββββββ950,304 B (02.37%) ββ xpti-working-set
ββββββ684,903 B (01.71%) -- startup-cache
β βββ684,503 B (01.71%) ββ mapping
β βββββββ400 B (00.00%) ββ data
ββββββ479,251 B (01.19%) -- images
β βββ444,616 B (01.11%) -- chrome
β β βββ444,616 B (01.11%) -- used
β β β βββ444,616 B (01.11%) ββ uncompressed-nonheap
β β β βββββββββ0 B (00.00%) ββ raw
β β β βββββββββ0 B (00.00%) ββ uncompressed-heap
β β βββββββββ0 B (00.00%) -- unused
β β βββ0 B (00.00%) ββ raw
β β βββ0 B (00.00%) ββ uncompressed-heap
β β βββ0 B (00.00%) ββ uncompressed-nonheap
β ββββ34,635 B (00.09%) -- content
β βββ34,635 B (00.09%) -- used
β β βββ31,455 B (00.08%) ββ raw
β β ββββ3,180 B (00.01%) ββ uncompressed-nonheap
β β ββββββββ0 B (00.00%) ββ uncompressed-heap
β ββββββββ0 B (00.00%) -- unused
β βββ0 B (00.00%) ββ raw
β βββ0 B (00.00%) ββ uncompressed-heap
β βββ0 B (00.00%) ββ uncompressed-nonheap
ββββββ239,040 B (00.60%) ββ atom-table
ββββββ157,977 B (00.39%) -- dom
β βββ157,977 B (00.39%) -- window-objects
β βββ156,777 B (00.39%) -- active
β β βββ146,572 B (00.37%) -- top=1 (inner=2)
β β β βββ143,550 B (00.36%) ββ inner-window(id=2, uri=chrome://browser/content/browser.xul)
β β β βββββ1,511 B (00.00%) ββ inner-window(id=10, uri=about:blank)
β β β βββββ1,511 B (00.00%) ββ inner-window(id=9, uri=about:blank)
β β βββββ6,447 B (00.02%) -- top=7 (inner=19)
β β β βββ5,647 B (00.01%) ββ inner-window(id=19, uri=about:memory?verbose)
β β β βββββ400 B (00.00%) ββ inner-window(id=13, uri=[system])
β β β βββββ400 B (00.00%) ββ inner-window(id=18, uri=[system])
β β βββββ2,000 B (00.00%) ββ outer-windows [5]
β β βββββ1,758 B (00.00%) -- top=3 (inner=4)
β β βββ1,758 B (00.00%) ββ inner-window(id=4, uri=resource://gre-resources/hiddenWindow.html)
β βββββββ800 B (00.00%) -- other
β β βββ400 B (00.00%) -- top=none
β β β βββ400 B (00.00%) ββ inner-window(id=17, uri=[system])
β β βββ400 B (00.00%) ββ outer-windows
β βββββββ400 B (00.00%) -- cached
β βββ400 B (00.00%) -- top=7 (inner=19)
β βββ400 B (00.00%) ββ inner-window(id=12, uri=about:home)
βββββββ73,756 B (00.18%) ββ cycle-collector
ββββββββ4,432 B (00.01%) ββ history-links-hashtable
ββββββββββ958 B (00.00%) ββ network-memory-cache
ββββββββββββ0 B (00.00%) ββ spell-check
Other Measurements
40,114,981 B ββ explicit
0 B ββ gfx-d2d-surfacecache
0 B ββ gfx-d2d-surfacevram
2,928 B ββ gfx-surface-image
624,464 B ββ gfx-surface-win32
26,922,198 B ββ heap-allocated
31,854,592 B ββ heap-committed
15.46% ββ heap-committed-fragmentation
3,149,824 B ββ heap-dirty
10,825,576 B ββ heap-unallocated
17 ββ js-compartments-system
2 ββ js-compartments-user
11,534,336 B ββ js-gc-heap
1,211,144 B ββ js-gc-heap-arena-unused
1,048,576 B ββ js-gc-heap-chunk-clean-unused
4,161,536 B ββ js-gc-heap-chunk-dirty-unused
827,392 B ββ js-gc-heap-decommitted
3.26% ββ js-gc-heap-unused-fraction
655,200 B ββ js-total-analysis-temporary
355,712 B ββ js-total-mjit
1,854,144 B ββ js-total-objects
2,184,304 B ββ js-total-scripts
2,146,488 B ββ js-total-shapes
1,386,214 B ββ js-total-strings
72,544 B ββ js-total-type-inference
0 ββ low-memory-events-physical
0 ββ low-memory-events-virtual
69,578,752 B ββ private
53,391,360 B ββ resident
4,689,224 B ββ storage-sqlite
173,973,504 B ββ vsize
Status: RESOLVED → UNCONFIRMED
Component: Untriaged → Toolbars
Resolution: INCOMPLETE → ---
Comment 32•13 years ago
|
||
Again, please don't make this bug more confusing by noting other memory-related issues here.
Small one-time changes of memory usage are usually not a bug.
Component: Toolbars → Untriaged
Reporter | ||
Comment 33•13 years ago
|
||
huh - it would be in one of my programs! I would be on it like ugly on a bear!
Comment 34•13 years ago
|
||
Whiteboard date expired, reporter, issue still actual for you?
Whiteboard: [closeme 2012-04-30] → [closeme 2012-05-30]
Reporter | ||
Comment 35•13 years ago
|
||
yes.
on ff 13.0, and yes, it's quite a problem. I have 8GB of VM now so it doesn't simply crash so easily now, but with 6 tabs with pages in them (even the default firefox "you upgraded" page) , not only does the browser quickly increase to 300,000KB, it doesn't stop, the PEAK MEMORY USAGE (both memory indicators) also are continually increasing very fast, and I have not experienced crashes due to my recent addition of VM, but others on 32-bit systems without VM (for speed reasons) will. and also, since this is a 32-bit app, it will also be limited to 4GB of RAM.
yeah, it's got several memory leaks! I am noting memory increases that don't go *down* for certain operations and people are just saying "nah, that's not a memory leak" and blowing it off. all the while my browser, in ANY configuration or profile, chews up RAM on XP SP3.
just a throwing out a completely uneducated guess, but perhaps the JavaScript interpreter needs to be rewritten so it lets go of some memory when it's done with it? I assume that this browser is entirely based on JavaScript.
or else there is some accidental recursion or accidental function reentry going on and it needs to be taken care of, like some event being fired too often to be handled in time.
Comment 36•13 years ago
|
||
Thank you, but reiterating the fact that Firefox leaks memory for you and making guesses about its internals does not help fixing problems.
Since this bug turned into a discussion about various memory-related problems and still doesn't have information that will lead to a code-level fix, I'd very much like to close it -- otherwise people will have to read through all the 35 comments just to arrive at this conclusion.
Feel free to file new bugs on specific issues, but please take the above comments into account.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → UNCONFIRMED
Resolution: INCOMPLETE → ---
Whiteboard: [closeme 2012-05-30]
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•