を使用して Perl アプリケーションをプロファイリングしていますperl -d:DProf
。dprofpp
結果のファイルで実行すると、tmon.out
次のような警告が表示されます。
Compress::Zlib::__ANON__ has 5 unstacked calls in outer
Compress::Zlib::AUTOLOAD has -5 unstacked calls in outer
- アンスタックコールとは何ですか?
- 「アウター」とは誰または何ですか?
- 数字の意味は?負の数の呼び出しが存在する可能性はありますか?
- 心配する必要がありますか?