MetricValuePropagationFilter.java

Go to the documentation of this file.
00001 package edu.rice.cs.hpc.data.experiment.scope.filters;
00002 
00003 import edu.rice.cs.hpc.data.experiment.scope.Scope;
00004 
00005 public interface MetricValuePropagationFilter {
00006     public abstract boolean doPropagation(Scope source, Scope target, int src_idx, int targ_idx);
00007 }

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1