Show allocated type in allocation flame graphs
Open
- Dominant language
- Go
- Stars
- 11.7k
- Forks
- 802
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 80
Description
Currently, the allocation flame graphs only show the name of the method that did the allocation, but not the type that it allocated. This makes it harder to track down which allocation in that method is the problematic one. async-profiler shows the type (e.g. `long[]`) as the top frame. It would be great if pyroscope did the same.
```[tasklist]
### Tasks
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.