Display goroutine graphs
dominikh opened this issue · 0 comments
dominikh commented
Draw a graph displaying the interactions between goroutines (creations, sends, …). If we do it well, this will make evident clusters of communicating goroutines, as well as cross-cluster activity. For channel sends, the number of sends can dictate the edge weight.
This probably supersedes #14, especially if we allow configuration of displayed interactions.