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

Support incremental cycle collection statistics #187

Closed xabolcs closed 10 years ago

xabolcs commented 10 years ago

Incremental CC is ready to experiment, see Bug 911246!

It would be nice to see an MemChaser info like this: Resident: 344MB, iGC: 91ms (12.8s), iCC: 48ms (8.3s)

whimboo commented 10 years ago

Nice new feature we should indeed have for version 0.6.

whimboo commented 10 years ago

This has been implemented via PR #188. Thanks @xabolcs for working on it.