You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using multiple thread NYTProf is mainly reporting as "threads::join (xsub)"
The documentation stands:
Threads and Multiplicity
Devel::NYTProf is not currently thread safe or multiplicity safe. If you'd be interested in helping to fix that then please get in touch with us. Meanwhile, profiling is disabled when a thread is created, and NYTProf tries to ignore any activity from perl interpreters other than the first one that loaded it.
What could be done to fix that issue?
The text was updated successfully, but these errors were encountered:
While using multiple thread NYTProf is mainly reporting as "threads::join (xsub)"
The documentation stands:
What could be done to fix that issue?
The text was updated successfully, but these errors were encountered: