-
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…
-
### Product
Hot Chocolate
### Version
13.8.1
### Link to minimal reproduction
With Version 13.8.1, we are seeing an increasing trend in memory allocation and profiling the memory
### Steps to r…
-
https://pypi.org/project/memory-profiler/
https://github.com/pythonprofilers/memory_profiler
Note, it doesn't appear to be maintained since py 3.10
-
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…
-
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
…
-
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…
-
### Problem
We have a call stack (which is a `Vec`) associated with every execution sample. Execution samples most likely have lots of repeated call stacks especially as we profile a loop heavy progr…
-
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…