profiler: not collecting CPU data for Go code in a c-archive #993
Labels
api: cloudprofiler
Issues related to the Cloud Profiler API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
Client
Profiler
Describe Your Environment
Ubuntu on GKE, Go code is built with
-buildmode=c-archive
. C++ program is calling the built Go archive.Expected Behavior
I expect to be able to see, for my Go code: CPU, Heap, Contention, and Threads profiles.
Actual Behavior
I see, for my Go code: Heap, Contention, and Threads profiles. The CPU profile is missing.
I know that the docs for pprof note that:
I'm happy with those limitations. I just need to know how to turn this on in the context of using the stackdriver profiler.
The text was updated successfully, but these errors were encountered: