use Time::HiRes; my $start=Time::HiRes::time(); # 計測したい処理 my $time=(Time::HiRes::time()-$start);
コメントは受け付けていません。