summaryrefslogtreecommitdiff
path: root/internal/ior.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-11 09:52:30 +0200
committerPaul Buetow <paul@buetow.org>2025-03-11 09:52:30 +0200
commitf9d8d2d9a107204fddf13b8f60845e817076d1f8 (patch)
treeb38437d816f589dc18246290c95124fe25962e5e /internal/ior.go
parenta7f6f047de1e0ae56a0ef3a4c74e86f4f8f6eeb7 (diff)
refactor and initial tree
Diffstat (limited to 'internal/ior.go')
-rw-r--r--internal/ior.go2
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)
}()