edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor Class Reference

Inheritance diagram for edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TraceDataVisitor ()
void visit (Scope scope, ScopeVisitType vt)
void visit (RootScope scope, ScopeVisitType vt)
void visit (LoadModuleScope scope, ScopeVisitType vt)
void visit (FileScope scope, ScopeVisitType vt)
void visit (AlienScope scope, ScopeVisitType vt)
void visit (LoopScope scope, ScopeVisitType vt)
void visit (StatementRangeScope scope, ScopeVisitType vt)
void visit (GroupScope scope, ScopeVisitType vt)
void visit (ProcedureScope scope, ScopeVisitType vt)
void visit (CallSiteScope scope, ScopeVisitType vt)
void visit (LineScope scope, ScopeVisitType vt)
int getMaxDepth ()
HashMap< Integer, CallPathgetMap ()
IProcedureTable getProcedureTable ()

Private Member Functions

void addProcedure (Scope scope)

Private Attributes

final HashMap< Integer, CallPathmap
final IProcedureTable colorTable
int maxDepth = 0

Detailed Description

Definition at line 31 of file TraceDataVisitor.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.TraceDataVisitor (  ) 

Member Function Documentation

void edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.addProcedure ( Scope  scope  )  [private]
HashMap<Integer, CallPath> edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.getMap (  ) 
int edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.getMaxDepth (  ) 
IProcedureTable edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.getProcedureTable (  ) 
void edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.visit ( LineScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.visit ( CallSiteScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.visit ( ProcedureScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.visit ( GroupScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.visit ( StatementRangeScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.visit ( LoopScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.visit ( AlienScope  scope,
ScopeVisitType  vt 
)

Definition at line 50 of file TraceDataVisitor.java.

void edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.visit ( FileScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.visit ( LoadModuleScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.visit ( RootScope  scope,
ScopeVisitType  vt 
)
void edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor.visit ( Scope  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