Changeset 29377
- Timestamp:
- Oct 11, 2010, 3:17:09 PM (16 years ago)
- Location:
- trunk/tools/czartool
- Files:
-
- 2 edited
-
CzarDb.pm (modified) (2 diffs)
-
Plotter.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/CzarDb.pm
r29373 r29377 556 556 if (!$self->isBefore($startTime, $endDay)) {last;} 557 557 $endTime = $self->addInterval($startTime, $interval); 558 print "NNN $startTime, $endTime\n";559 558 $self->countProcessedPendingAndFaults($label, $stage, $startTime, $endTime, \$processed, \$pending, \$faults); 560 559 $timestamp = $self->getFormattedDate($endTime); 561 560 print GNUDAT "$timestamp $processed 0 0\n"; 562 print "FILE $timestamp $processed 0 0\n";563 561 564 562 $startTime = $endTime; … … 597 595 598 596 if ($thisCount > $lastCount && $lastCount != -1) {$count = $count + ($thisCount - $lastCount);} 599 print "thisCount = $thisCount lastCount=$lastCount processed=$count\n";600 597 $lastCount = $thisCount; 601 598 } -
trunk/tools/czartool/Plotter.pm
r29373 r29377 75 75 my $timeFormat; 76 76 $self->getTimeSpacing($timeDiff, \$divX, \$timeFormat); 77 78 print "$beginTime, $endTime | $divX $minX $maxX $timeFormat\n";79 77 80 78 my %gnuplotFiles;
Note:
See TracChangeset
for help on using the changeset viewer.
