ipython / ipython/ipyparallel

Strategies for profiling functions in ipyparallel

オープン
#87 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る
question
主要言語
Jupyter Notebook
スター
2.6k
フォーク
1k
PR マージ指標
30日以内にマージされた PR はありません

説明

I have a function that is going slow and I would like to figure out what is holding it up. I have profiled the underlying non-parallel function and it goes about as fast as it can on data of a size which it can handle. However, it really needs to work on blocks of data in parallel to get done in a reasonable amount of time and to work on data of any significance. So, I really need to profile it while it is running in parallel with `ipyparallel`. Are there any suggested ways to go about this? Is it possible to use some existing tool like `line_profiler`? If not, what other tools might be look at? Does `ipyparallel` have any tricks for doing this sort of thing?

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。