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         // TODO Auto-generated constructor stub
00013     }
00014 
00015 }

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1