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.12 by root, Tue Oct 4 18:25:02 2011 UTC vs.
Revision 1.13 by root, Tue Oct 4 18:29:04 2011 UTC

28@ARGV = "." unless @ARGV; 28@ARGV = "." unless @ARGV;
29 29
30$opt_grep &&= qr{$opt_grep}s; 30$opt_grep &&= qr{$opt_grep}s;
31 31
32my ($n_dirs, $n_files, $n_stats) = (0, 0, 0); 32my ($n_dirs, $n_files, $n_stats) = (0, 0, 0);
33my $n_last;
34my $n_start = Time::HiRes::time; 33my ($n_last, $n_start) = (Time::HiRes::time) x 2;
35 34
36sub printfn { 35sub printfn {
37 my ($prefix, $files, $suffix) = @_; 36 my ($prefix, $files, $suffix) = @_;
38 37
39 if ($opt_grep) { 38 if ($opt_grep) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines