package
0.0.0-20210610040629-f9ac53106ff4
Repository: https://github.com/uber-research/gocc.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CreateNodes creates graph nodes for all locations in a profile.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
New summarizes performance data from a profile into a graph.
No description provided by the author
No description provided by the author
ShortenFunctionName returns a shortened version of a function's name.
SortTags sorts a slice of tags based on their weight.
# Constants
Sorting options for node sort.
Sorting options for node sort.
Sorting options for node sort.
Sorting options for node sort.
Sorting options for node sort.
Sorting options for node sort.
Sorting options for node sort.
# 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.
Tag represent sample annotations.
# Type aliases
EdgeMap is used to represent the incoming/outgoing edges from a node.
NodeMap maps from a node info struct to a node.
NodeOrder sets the ordering for a Sort operation.
NodePtrSet is a collection of nodes.
Nodes is an ordered collection of graph nodes.
NodeSet is a collection of node info structs.
TagMap is a collection of tags, classified by their name.