# Functions
CreateNodes creates graph nodes for all locations in a profile.
NewGraph computes a graph from a profile.
# Structs
Edge contains any attributes to be represented about edges in a graph.
Graph summarizes a performance profile into a format that is suitable for visualization.
Node is an entry on a profiling report.
NodeInfo contains the attributes for a node.
Options encodes the options for constructing a graph.
# Type aliases
EdgeMap is used to represent the incoming/outgoing edges from a node.
NodeMap maps from a node info struct to a node.
NodePtrSet is a collection of nodes.
Nodes is an ordered collection of graph nodes.
NodeSet is a collection of node info structs.