Compartment data: Difference between revisions

(Created page with "= Per-compartment reporting = We want to track a bunch of things on a per-compartment basis, to help isolate site-and-chrome resource usage, including memory and CPU. These are...")
 
 
Line 9: Line 9:
For many of these things, we want to track gross and net; gross should contribute to the compartment's total use.
For many of these things, we want to track gross and net; gross should contribute to the compartment's total use.


== JS ==
== JS ==


* method JIT code
*<strike>method JIT code</strike> (except ICs)
* interpreter code
*interpreter code  
* trace JIT code
*trace JIT code  
* GC heap
*<strike>GC heap</strike>
* off-GC-heap object data (dslots)
*<strike>off-GC-heap object data (dslots)</strike>
* shapes
*shapes  
* strings
*<strike>strings</strike>


== Layout ==
== Layout ==
Confirmed users
455

edits