On Wed, Jun 26, 2019 at 11:13 PM psu via golang-nuts
wrote:
>
> I am wondering when and how sigprofNonGo() and sigprofNonGoPC() are invoked
> during pprof CPU profiling (pprof.StartCPUProfile(...)). I had thought they
> would be invoked when user C code (invoked via cgo) is being profiled? But i
Hi folks,
I am wondering when and how sigprofNonGo() and sigprofNonGoPC() are invoked
during pprof CPU profiling (pprof.StartCPUProfile(...)). I had thought they
would be invoked when user C code (invoked via cgo) is being profiled? But
in my experiments, it never happened.
Best
--
You recei