Changeset 31899
- Timestamp:
- Jul 18, 2011, 10:38:09 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/CzarDb.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/CzarDb.pm
r31886 r31899 609 609 # decide on a number for the running mean for rate plots - use 10% of total data points 610 610 my $range = int($count/10); 611 if ($range < 1) {$range = 1;} 612 611 613 $self->getTimeMinMaxDiff($label, $stage, $fromTime, $toTime, $minX, $maxX, $timeDiff); 612 614 # grab all the data for the provided time range
Note:
See TracChangeset
for help on using the changeset viewer.
