mosn / holmes

self-aware Golang profile dumper
Apache License 2.0
1.08k stars 135 forks source link

fix: example reappearance #134

Closed songzhibin97 closed 1 year ago

songzhibin97 commented 1 year ago
  1. alloc: The allocation is too small to trigger.
  2. cpuex: sleep suspension cannot be reproduced.
doujiang24 commented 1 year ago

Maybe @cch123 could help to take a look~

cch123 commented 1 year ago

LGTM

when this lib came out,mosn use go 1.13 as build version, at that time for loop without function call could cause runtime hang, this issue was resolved after go 1.14 now I think it’s ok to drop the sleep call