- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/Nebulous
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/pap/Nebulous merged eligible /trunk/Nebulous merged eligible /branches/eam_branches/eam_branch_20090303/Nebulous 23158-23228 /branches/jhoblitt/Nebulous 2785-12604 /branches/pap_magic/Nebulous 24120-24173
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/Nebulous/scripts/stats.pl
r23594 r24244 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.
