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
We have a tool downloading and displaying progress (https://github.com/dandi/dandi-cli/, dandi on pypi). Upon "heavily threaded" (py-spy reports 111 threads) execution, after awhile for a call like py-spy top -p 893263 --delay 5 we would get
with total times and %s seems to be multiple of some number of threads. If we add --nonblocking -- it becomes more reflective of actual time without multiple of threads, e.g.
We have a tool downloading and displaying progress (https://github.com/dandi/dandi-cli/,
dandi
on pypi). Upon "heavily threaded" (py-spy reports 111 threads) execution, after awhile for a call likepy-spy top -p 893263 --delay 5
we would getwith total times and %s seems to be multiple of some number of threads. If we add
--nonblocking
-- it becomes more reflective of actual time without multiple of threads, e.g.and overall proportions making more sense to me.
NB that last execution of
py-spy
segfaulted and exited with exit code 139. dmesg saidour
dandi
process it monitored seems continued normally.$> py-spy --version py-spy 0.4.0
The text was updated successfully, but these errors were encountered: