Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デーモンプロセスにフォークするマルチスレッドの python プログラムで cprofile を実行することは可能ですか? マルチスレッドで動作させることができることは知っていますが、デーモンのプロファイリングについては何も見ていません。
単一のプロセスまたは単一のスレッドに対していつでもプロファイリングして最適化できます。その後、マルチスレッドにします。ここで何か不足していますか?