amccreight / heapgraph

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

top level find_roots could be smarter #11

Closed amccreight closed 10 years ago

amccreight commented 10 years ago

If you give it a file name like /foo/bar/cc-edges it can't tell what the script is. It would be good to handle that case, and to handle failures of the detect script by giving a more informative error message specifying how to run a particular script.

amccreight commented 10 years ago

I fixed the path stemming issue at some point, so that's good enough for now.