dive/profiling
Aslan Dukaev 2223a9d51d feat: add profiling support for dive with CPU, memory, and goroutine profiles
- Introduced a new script `profile.sh` to facilitate profiling of the dive application.
- Added CPU, memory, and goroutine profiling files to the `profiling` directory.
- Updated dependencies in `go.sum` to include necessary packages for profiling.
- Created a new binary file `mem-visitor.pprof` for memory profiling.
2026-01-11 12:02:47 +03:00
..
cpu.pprof feat: add profiling support for dive with CPU, memory, and goroutine profiles 2026-01-11 12:02:47 +03:00
cpu.txt feat: add profiling support for dive with CPU, memory, and goroutine profiles 2026-01-11 12:02:47 +03:00
goroutine.pprof feat: add profiling support for dive with CPU, memory, and goroutine profiles 2026-01-11 12:02:47 +03:00
goroutine.txt feat: add profiling support for dive with CPU, memory, and goroutine profiles 2026-01-11 12:02:47 +03:00
mem.pprof feat: add profiling support for dive with CPU, memory, and goroutine profiles 2026-01-11 12:02:47 +03:00
mem.txt feat: add profiling support for dive with CPU, memory, and goroutine profiles 2026-01-11 12:02:47 +03:00