Skip to content

Commit

Permalink
Add more verbosity to verbose timeall output
Browse files Browse the repository at this point in the history
  • Loading branch information
japhb committed Jun 6, 2013
1 parent dc4cf46 commit 564d244
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions timeall
Expand Up @@ -344,6 +344,8 @@ sub time_command {

my (@times, $status);
for my $i (1 .. $count) {
say " $i" if $verbose;

my @run = @$run;
s/\bSCALE\b/$scale/g for @run;

Expand Down

0 comments on commit 564d244

Please sign in to comment.