Changeset 23635
- Timestamp:
- Mar 31, 2009, 1:57:41 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/scripts/stats.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/scripts/stats.pl
r23398 r23635 17 17 foreach my $line (split(/\n/, $data)) { 18 18 my ($time, $method, $duration) = split(/\s+/, $line); 19 20 unless (defined $time and defined $method and defined $duration) { 21 warn "bad line: $line\n"; 22 next; 23 } 19 24 20 25 push @{$methods{$method}->{time}}, $time;
Note:
See TracChangeset
for help on using the changeset viewer.
