edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor Class Reference

Inheritance diagram for edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ComputedMetricVisitor (int nMetrics, Scope root2, double scalingFactor)
void visit (RootScope scope, ScopeVisitType vt)
void visit (LoadModuleScope scope, ScopeVisitType vt)
void visit (FileScope scope, ScopeVisitType vt)
void visit (GroupScope scope, ScopeVisitType vt)
void visit (Scope scope, ScopeVisitType vt)
void visit (CallSiteScope scope, ScopeVisitType vt)
void visit (ProcedureScope scope, ScopeVisitType vt)
void visit (LoopScope scope, ScopeVisitType vt)
void visit (StatementRangeScope scope, ScopeVisitType vt)
void visit (LineScope scope, ScopeVisitType vt)

Private Member Functions

void addComputedMetrics (Scope scope, ScopeVisitType vt)
double computeScalability (double mv1, double mv2, double scaling, double t2)

Private Attributes

int n
double scaling
MetricValue[] totals

Detailed Description

Definition at line 17 of file ComputedMetricVisitor.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor.ComputedMetricVisitor ( int  nMetrics,
Scope  root2,
double  scalingFactor 
)

Member Function Documentation

void edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor.addComputedMetrics ( Scope  scope,
ScopeVisitType  vt 
) [private]
double edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor.computeScalability ( double  mv1,
double  mv2,
double  scaling,
double  t2 
) [private]
void edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor.visit ( LineScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor.visit ( StatementRangeScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor.visit ( LoopScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor.visit ( ProcedureScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor.visit ( CallSiteScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor.visit ( Scope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor.visit ( GroupScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor.visit ( FileScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor.visit ( LoadModuleScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor.visit ( RootScope  scope,
ScopeVisitType  vt 
)

Member Data Documentation


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1