andymeneely / attack-surface-metrics

Scripts for collecting metrics of the attack surface
MIT License
14 stars 4 forks source link

Nodes Excluded When Merging Multiple gprof Call Graphs #45

Closed nuthanmunaiah closed 9 years ago

nuthanmunaiah commented 9 years ago

MultigprofLoader ignores nodes that have a zero degree when merging gprof call graphs.

nuthanmunaiah commented 9 years ago

MultigprofLoader also does not add retain the edge and node attributes that GprofLoader adds to the graph.