ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/bin/treescan
(Generate patch)

Comparing IO-AIO/bin/treescan (file contents):
Revision 1.10 by root, Tue Oct 4 18:22:37 2011 UTC vs.
Revision 1.11 by root, Tue Oct 4 18:22:43 2011 UTC

54 54
55 IO::AIO::poll_cb; 55 IO::AIO::poll_cb;
56 56
57 if ($opt_progress and $n_last + 1 < Time::HiRes::time) { 57 if ($opt_progress and $n_last + 1 < Time::HiRes::time) {
58 $n_last = Time::HiRes::time; 58 $n_last = Time::HiRes::time;
59 printf STDERR "%7d dirs %7d files %7d stats %g stats/s \r", $n_dirs, $n_files, $n_stats, $n_stats / ($n_last - $n_start) 59 printf STDERR "%d dirs %d files %d stats %g stats/s \r", $n_dirs, $n_files, $n_stats, $n_stats / ($n_last - $n_start)
60 if $opt_progress; 60 if $opt_progress;
61 } 61 }
62 62
63 aioreq_pri -1; 63 aioreq_pri -1;
64 ++$n_dirs; 64 ++$n_dirs;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines