Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-24 | Remove go profiling flag from dockerutil. | Zach Koopmans | |
Go profiling was removed from runsc debug in a previous change. PiperOrigin-RevId: 328203826 | |||
2020-08-05 | Stop profiling when the sentry exits | Fabricio Voznika | |
Also removes `--profile-goroutine` because it's equivalent to `debug --stacks`. PiperOrigin-RevId: 325061502 | |||
2020-07-26 | Add profiling to dockerutil | Zach Koopmans | |
Adds profiling with `runsc debug` or pprof to dockerutil. All targets using dockerutil should now be able to use profiling. In addition, modifies existing benchmarks to use profiling. PiperOrigin-RevId: 323298634 |