JuliaPerf / JuliaPerf/PProf.jl
Mappings
Open
enhancement
help wanted
- Dominant language
- Julia
- Stars
- 173
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
In theory we should report all `dll`s that we have mapped into our process space in `PProfile.mapping`. We currently don't.
#### Notes:
- `Libdl.dllist()` names of all dlls mapped
- https://github.com/JuliaLang/julia/blob/2350c040913d8b8ad73af04297e06a3919f8b30e/stdlib/Libdl/src/Libdl.jl#L263
- https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/dladdr.3.html#//apple_ref/doc/man/3/dladdr
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.