JuliaPerf / JuliaPerf/PProf.jl
Option to exclude idle threads
Open
- Dominant language
- Julia
- Stars
- 173
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
`Profile` currently reports all idle threads sitting in `__psynch_cvwait`. So the more threads you are using with Julia, the smaller the percentage of the report your actual work will be. For example, this profile was taken on my machine with 6 threads (the default when running in Juno), when i was measuring only single-threaded work:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.