Files
holos/internal/cli
Jeff McCune 7530345620 main: add tracing and profiling
Writes files based on parent pid and process pid to avoid collisions.

Analyze with:

export HOLOS_TRACE=trace.%d.%d.out
go tool trace trace.999.1000.out

export HOLOS_CPU_PROFILE=cpu.%d.%d.prof
go tool pprof cpu.999.1000.prof

export HOLOS_MEM_PROFILE=mem.%d.%d.prof
go tool pprof mem.999.1000.prof
2024-11-29 14:52:06 -08:00
..
2024-07-19 07:16:43 -07:00
2024-04-16 15:40:25 -07:00
2024-10-31 10:04:01 -07:00
2024-10-31 10:04:01 -07:00
2024-11-24 17:40:41 -08:00
2024-11-29 14:52:06 -08:00