V8 Heap Statistics
  
  
  
  
  Visualize object statistics that have been gathered using
  
    - Use --trace-gc-object-statsfor V8 and load the contents of stdout
- 
      Chrome's
        tracing infrastructure collecting data for the category
      disabled-by-default-v8.gc_statsand directly load the
      results.html or trace.json.gzip file.
Additional information:
    - 
      You only get a data point on major GCs. You can enforce this by
      using the --gc-globalV8 flag.
- 
      For more frequent data points you can also the
      --gc-interval=$AFTER_N_ALLOCATIONSV8.
- 
      The visualizer needs to run on a web server due to HTML imports
      requiring CORS.