Open
Description
For profiling purposes I'm interested in developing a julia tool that asynchronously monitors threading load and measure quality of threading balance.
That's simple now in julia 1.8 because profiling can identify which julia tasks/threads are awake.
Is there a way to do that asynchronously with FFTW? Crudely, just a count of active FFTW threads at a given time?
Answering my question partly, as on inspection I'm realizing that FFTW threads are managed by julia via @spawn
Line 58 in 17bc81a
Metadata
Metadata
Assignees
Labels
No labels