| 17 | } |
| 18 | |
| 19 | type Profiled interface { |
| 20 | ProfileTargets() []Target |
| 21 | } |
| 22 | |
| 23 | // ProfiledRunnable represents runnable with pprof HTTP handlers exposed. |
| 24 | type ProfiledRunnable struct { |
no outgoing calls
no test coverage detected
searching dependent graphs…