Open kavfixnel opened 1 month ago
Profiling in many languages (like Golang) is supported and documented well, but C++ only has documentation for CPU profiling with eBPF.
Is it possible to profile memory and ingest the profiles with Pyroscope?
I think you can use the http api with a customized profiler for memory, currently the eBPF component only profile the CPU for languages such as C++
Profiling in many languages (like Golang) is supported and documented well, but C++ only has documentation for CPU profiling with eBPF.
Is it possible to profile memory and ingest the profiles with Pyroscope?