-
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 P…
-
I'm encountering a memory issue which seems related to #748 while using sentry-go in a project that launches several hundred goroutines. I'd believe this would be solved with that issue, but since tha…
-
I often use pool allocators in my programs, which allow for many small allocations but ignore calls to free these allocations, because they will all be freed at once after it is known that the allocat…
-
https://pypi.org/project/memory-profiler/
https://github.com/pythonprofilers/memory_profiler
Note, it doesn't appear to be maintained since py 3.10
-
After implementing streaming in #833, the backend should be rather memory efficient. We should check whether everything works as expected or whether we have unexpectedly high usage somewhere. It would…
-
-
We have CPU profiling available right now and some open areas of improvement like
* https://github.com/getsentry/sentry-dotnet/issues/2316
* https://github.com/getsentry/sentry-dotnet/issues/2315
…
-
CNDP seems to have multiple memory issues including double frees and memory leaks
I think we should do memory profiling e.g. using valgrind.
An example is in PR #380
-
Hi team,
I have tried to lookup many docs, but haven't found the way how to profile python memory with Parca.
Is it possible (ideally I want to have smth like https://github.com/bloomberg/memray but…
-
We need more detailed monitoring of how the memory, file usage, etc. changes over time. At present the system is reporting data on a single endpoint but we are not aggregating it, only doing spot che…