mirror of
https://github.com/wagoodman/dive
synced 2026-03-16 15:25:51 +01:00
- 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. |
||
|---|---|---|
| .. | ||
| cpu.pprof | ||
| cpu.txt | ||
| goroutine.pprof | ||
| goroutine.txt | ||
| mem.pprof | ||
| mem.txt | ||