Name Description Size
memory.js A class that returns memory data for a parent actor's window. Using a target-scoped actor with this instance will measure the memory footprint of its parent tab. Using a global-scoped actor instance however, will measure the memory footprint of the chrome window referenced by its root actor. To be consumed by actor's, like MemoryActor using this module to send information over RDP, and TimelineActor for using more light-weight utilities like GC events and measuring memory consumption. 15104
moz.build 418