X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=scripts%2Ftime.pl;h=6f10170b3b683889e6f3c7d266e1185a5489650c;hb=3e8b66e0da1aca04867d23ca2a8dbf2042e5b45b;hp=a23b57c89e3c8cd16960b5d3874f68a20c72b49c;hpb=a692e4e3de60e1a10906511fb8ef2d14937d4a19;p=openwrt%2Fopenwrt.git diff --git a/scripts/time.pl b/scripts/time.pl index a23b57c89e..6f10170b3b 100755 --- a/scripts/time.pl +++ b/scripts/time.pl @@ -54,7 +54,7 @@ else { my ($sec2, $usec2) = gettime(); my (undef, undef, $cuser, $csystem) = times(); - printf STDERR "%s#%.2f#%.2f#%.2f\n", + printf STDOUT "%s#%.2f#%.2f#%.2f\n", $prefix, $cuser, $csystem, ($sec2 - $sec) + ($usec2 - $usec) / 1000000;