mozilla / memchaser

Firefox extension to chase the memory usage and garbage collector activity
https://wiki.mozilla.org/QA/Automation_Services/Projects/Addons/MemChaser
29 stars 23 forks source link

iGC time should be shown without fractional values #227

Open whimboo opened 9 years ago

whimboo commented 9 years ago

In a current Nightly the iGC time is shown with a fraction so it is even showing microseconds. I think that is too much and might be a change in the API?

Here the current output with version 0.7:

Resident: 782MB, iGC: 45.566ms (6.9s), iCC: 8ms (7.0s)

xabolcs commented 9 years ago

I like the detailed one. :) What about adding a new menulist type preference to control the fractional digits?

whimboo commented 9 years ago

I don't think those numbers are that helpful. But maybe @amccreight can shed more light into it.

amccreight commented 9 years ago

I think Terrence changed the reporting of GC stuff recently. I don't know why it is this way, but yeah it doesn't seem useful for a person looking at it to get that much precision.

whimboo commented 9 years ago

I see. So the question is if that was an expected change or not. Probably good to figure it out beside this issue.

Squall-Leonhart commented 9 years ago

you mind getting that 0.7 on AMO, lol.