diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-11 22:42:57 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-11 22:42:57 +0200 |
| commit | 2cf6f74135b830885bad25e4f6aba3e0e31581b8 (patch) | |
| tree | 4bb0249a01cd78ca4385e865f0ecd0c2d1601156 /internal/ior.go | |
| parent | 41e2d2661faa4d72ab6f03e7f1ba702593754d97 (diff) | |
more on tree
Diffstat (limited to 'internal/ior.go')
| -rw-r--r-- | internal/ior.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/ior.go b/internal/ior.go index 6d73011..76cf17d 100644 --- a/internal/ior.go +++ b/internal/ior.go @@ -88,6 +88,7 @@ func Run(flags flags.Flags) { pprof.StopCPUProfile() pprof.WriteHeapProfile(memProfile) } + loop.stop() fmt.Println("Good bye... (unloading BPF tracepoints will take a few seconds...)") os.Exit(0) }() |
