diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-11 09:52:30 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-11 09:52:30 +0200 |
| commit | f9d8d2d9a107204fddf13b8f60845e817076d1f8 (patch) | |
| tree | b38437d816f589dc18246290c95124fe25962e5e /internal/ior.go | |
| parent | a7f6f047de1e0ae56a0ef3a4c74e86f4f8f6eeb7 (diff) | |
refactor and initial tree
Diffstat (limited to 'internal/ior.go')
| -rw-r--r-- | internal/ior.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ior.go b/internal/ior.go index 1f62eea..6d73011 100644 --- a/internal/ior.go +++ b/internal/ior.go @@ -83,12 +83,12 @@ func Run(flags flags.Flags) { go func() { <-c fmt.Println(loop.stats()) - fmt.Println("Good bye...") if flags.PprofEnable { fmt.Println("Stoppig profiling, writing ior.cpuprofile and ior.memprofile") pprof.StopCPUProfile() pprof.WriteHeapProfile(memProfile) } + fmt.Println("Good bye... (unloading BPF tracepoints will take a few seconds...)") os.Exit(0) }() |
