amccreight / heapgraph

Analysis of Firefox cycle collector and garbage collector heap graphs
24 stars 16 forks source link

unified find_roots script #2

Open amccreight opened 12 years ago

amccreight commented 12 years ago

It should be possible to issue a single command, and have it check the CC graph, and if the thing is held by JS, check the GC graph, then print out one combined path.

amccreight commented 12 years ago

Requested by khuey.