(src string, duration, timeout time.Duration)
| 120 | // was fetched, which may be different than src. |
| 121 | type Fetcher interface { |
| 122 | Fetch(src string, duration, timeout time.Duration) (*profile.Profile, string, error) |
| 123 | } |
| 124 | |
| 125 | // A Symbolizer introduces symbol information into a profile. |
no outgoing calls
no test coverage detected