Graph summarizes a performance profile into a format that is suitable for visualization.
| 48 | // Graph summarizes a performance profile into a format that is |
| 49 | // suitable for visualization. |
| 50 | type Graph struct { |
| 51 | Nodes Nodes |
| 52 | } |
| 53 | |
| 54 | // Options encodes the options for constructing a graph |
| 55 | type Options struct { |
nothing calls this directly
no outgoing calls
no test coverage detected