Index: /trunk/tools/czartool/CzarDb.pm
===================================================================
--- /trunk/tools/czartool/CzarDb.pm	(revision 29738)
+++ /trunk/tools/czartool/CzarDb.pm	(revision 29739)
@@ -854,7 +854,7 @@
 ###########################################################################
 sub createProcessingRateData {
-    my ($self, $stage, $label, $startDay, $endDay, $interval, $dataFile, $isLog) = @_;
-
-    my $startTime = $startDay;
+    my ($self, $stage, $label, $begin, $end, $interval, $dataFile, $isLog) = @_;
+
+    my $startTime = $begin;
     my $endTime;
     my $quit = 0;
@@ -873,5 +873,5 @@
     while(1) {
 
-        if (!$self->isBefore($startTime, $endDay)) {last;}
+        if (!$self->isBefore($startTime, $end)) {last;}
         $endTime = $self->addInterval($startTime, $interval);
         $self->countProcessedPendingAndFaults($label, $stage, $startTime, $endTime, \$processed, \$pending, \$faults);
