A screencast of my presentation about the Devel::NYTProf v2 perl source code profiler that I gave at the Open Source Convention (OSCON) in July 2008. 41 minutes long. See also http://search.cpan.org/dist/Devel-NYTProf/ and http://blog.timbunc... 続きを読む
Devel::NYTProfでプロファイリング 性能測定 | http-engineをNYTProfを使ってプロファイリングしてみました。 HTTP::Engineの実行用のスクリプト tools/profile.pl use strict; use warnings; use HTTP::Engine; use IO::Scalar; my $engine = HTTP::Engine->ne... 続きを読む