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.
ArgumentParser を使用してコマンド ラインから指定された引数を解析する Python スクリプトでcProfileを実行しようとしています。引数の中には、スクリプトがデータ入力に使用する 2 つのファイル名があります。
実際のデータを使用して関数をプロファイリングできるようにするために、 cProfileを介して何らかの形で引数を提供できるかどうか疑問に思っていました。
事前にどうもありがとうございました。