EmptyMetricValuePropagationFilter.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 class EmptyMetricValuePropagationFilter implements
00006         MetricValuePropagationFilter {
00007 
00008     public boolean doPropagation(Scope source, Scope target, int src_idx, int targ_idx) { 
00009         return true; 
00010     }
00011 
00012 }

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1