Changeset 31886 for trunk/tools/czartool/Metrics.pm
- Timestamp:
- Jul 15, 2011, 4:16:20 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/Metrics.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/Metrics.pm
r30958 r31886 77 77 print $htmlFile "<a name=\"summaryplot\"></a>\n"; 78 78 print $htmlFile "<h2 align=\"middle\">Summary plots <a href=\"#top\">(top)</a></h1>\n"; 79 $self->{plotter}->createTimeSeries("all_stdscience_labels", undef, $self->{begin}, $self->{end}, 0, 0, 0);79 $self->{plotter}->createTimeSeries("all_stdscience_labels", undef, $self->{begin}, $self->{end}, 1, 1, 1); 80 80 print $htmlFile "<img src=\"czarplot_linear_all_stdscience_labels_all_stages_t.png\" alt=\"timeseries\" />\n"; 81 81 $self->{plotter}->createHistogram("all_stdscience_labels", $self->{begin}, $self->{end}, 0, 0, 0); 82 82 print $htmlFile "<img src=\"czarplot_linear_all_stdscience_labels_all_stages_h.png\" alt=\"histogram\" />\n"; 83 $self->{plotter}->createRate Plot("all_stdscience_labels", undef, $self->{begin}, $self->{end}, undef, 1, 1);83 $self->{plotter}->createRateHistogram("all_stdscience_labels", undef, $self->{begin}, $self->{end}, undef); 84 84 print $htmlFile "<img src=\"czarplot_linear_all_stdscience_labels_all_stages_rh.png\" alt=\"rate\" />\n"; 85 85 $self->{plotter}->plotStorageTimeSeries($self->{begin}, $self->{end});
Note:
See TracChangeset
for help on using the changeset viewer.
