FinalMetric.java
Go to the documentation of this file.00001 package edu.rice.cs.hpc.data.experiment.metric;
00002
00003
00004 public class FinalMetric extends Metric {
00005
00006 public FinalMetric(String shortName,
00007 String nativeName, String displayName, boolean displayed, String format,
00008 AnnotationType annotationType, String sampleperiod,
00009 int index, MetricType metricType, int partnerIndex) {
00010 super(shortName, nativeName, displayName, displayed, format,
00011 annotationType, sampleperiod, index, metricType, partnerIndex);
00012
00013 }
00014
00015 }