gitforge/modules/process
Gusted a2e0dd829c
chore: avoid trying to stream data
`profile.Parse` always call `io.ReadAll` so avoid the trouble and a
goroutine and do it ourselves.

Add some limited testing (testing the parsed stack is volatile and not
really feasible).
2025-01-05 04:07:49 +01:00
..
context.go
error.go
manager.go Add codespell support and fix a good number of typos with its help (#3270) 2024-05-09 13:49:37 +00:00
manager_exec.go
manager_stacktraces.go chore: avoid trying to stream data 2025-01-05 04:07:49 +01:00
manager_stacktraces_test.go chore: avoid trying to stream data 2025-01-05 04:07:49 +01:00
manager_test.go
manager_unix.go
process.go