On Jul 2, 2009, at 2:28 PM, Greg Klanderman wrote: > >>>>>> andyg <[email protected]> >>>>>> writes: > >> The svn version of NYTProf adds a cool treemap feature. > > That's very cool.. is there any significance to where the rectangle > appears left/right or top/bottom? Or is the size (area) all that > matters? What do the colors indicate?
No significance, what matters is their size relative to the whole. I replaced the image with a better one, taken after adding Class::C3::XS (which fixes most of the MRO::Compat slowness): http://eng.slimdevices.com/~andy/treemap-scanner-5.8.png Colors indicate packages, for example upper-left red = DBIx::Class::Storage::* I highly recommend installing Devel::NYTProf if you're at all interested in this. It's a very powerful profiler. _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
