IMetricValueFormat.java

Go to the documentation of this file.
00001 package edu.rice.cs.hpc.data.experiment.metric;
00002 
00003 public interface IMetricValueFormat {
00004 
00005     public String format(MetricValue value);
00006 }

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1