ProfiledRunnable represents runnable with pprof HTTP handlers exposed.
| 22 | |
| 23 | // ProfiledRunnable represents runnable with pprof HTTP handlers exposed. |
| 24 | type ProfiledRunnable struct { |
| 25 | e2e.Runnable |
| 26 | |
| 27 | pprofPort string |
| 28 | scheme string |
| 29 | config *parcaconfig.ProfilingConfig |
| 30 | } |
| 31 | |
| 32 | type rOpt struct { |
| 33 | config *parcaconfig.ProfilingConfig |
nothing calls this directly
no outgoing calls
no test coverage detected