gak/pycallgraph

Add option to group by packages, modules, classes

Opened this issue · 2 comments

Would it be possible to add options to group by classes, packages, and modules?

It seems like the current behaviour is to group by the highest level abstraction, so our graphs typically have a gigantic box around the entire package and lacks detail about modules and classes within.

Thanks!

gak commented

Yup, I've had that idea kicking around. I'll add it to the next milestone.

gak commented

Accepted #121 which doesn't exactly fulfil your request @matt-chan although it is possible to split your groups manually. I'll leave this ticket open for automatic class grouping, etc.