type internal/profile.Options

5 uses

	internal/profile (current package)
		graph.go#L27: type Options struct {
		graph.go#L243: func NewGraph(prof *Profile, o *Options) *Graph {
		graph.go#L370: func CreateNodes(prof *Profile, o *Options) (Nodes, locationMap) {
		graph.go#L395: func (nm NodeMap) findOrInsertLine(l *Location, li Line, o *Options) *Node {
		graph.go#L407: func nodeInfo(l *Location, line Line, objfile string, o *Options) *NodeInfo {