Replace allocation analysis with Profile.Allocs flame graph
Open
Performance monitoring :mag::rocket:
- Dominant language
- Julia
- Stars
- 117
- Forks
- 19
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 41
Description
We should replace the allocations analysis with Profile.Allocs flame graphs because:
- using `--track-allocations` can only be used serially, which is inconvenient
- `--track-allocations` is perhaps getting removed in the near future: https://github.com/JuliaLang/julia/pull/48070 because IIUC, it's not as accurate as Profile.Allocs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.