edu.rice.cs.hpc.traceviewer.data.graph.CallPath Class Reference

Collaboration diagram for edu.rice.cs.hpc.traceviewer.data.graph.CallPath:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CallPath (Scope _leafScope, int _maxDepth, Scope _currentDepthScope, int _currentDepth)
 CallPath (Scope _leafScope, int _maxDepth)
Scope getScopeAt (int depth)
 returns the scope at the given depth that's along the path between the root scope and the leafScope
Vector< String > getFunctionNames ()
int getMaxDepth ()

Static Public Attributes

static final String NULL_FUNCTION = "-Outside Timeline-"
 A null function.

Private Attributes

Scope leafScope
 the Scope at the current cpid
int maxDepth
 the depth of leafScope (where current cpid is)

Detailed Description

Definition at line 9 of file CallPath.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.traceviewer.data.graph.CallPath.CallPath ( Scope  _leafScope,
int  _maxDepth,
Scope  _currentDepthScope,
int  _currentDepth 
)
edu.rice.cs.hpc.traceviewer.data.graph.CallPath.CallPath ( Scope  _leafScope,
int  _maxDepth 
)

Definition at line 27 of file CallPath.java.


Member Function Documentation

Vector<String> edu.rice.cs.hpc.traceviewer.data.graph.CallPath.getFunctionNames (  ) 
int edu.rice.cs.hpc.traceviewer.data.graph.CallPath.getMaxDepth (  ) 
Scope edu.rice.cs.hpc.traceviewer.data.graph.CallPath.getScopeAt ( int  depth  ) 

Member Data Documentation

final String edu.rice.cs.hpc.traceviewer.data.graph.CallPath.NULL_FUNCTION = "-Outside Timeline-" [static]

A null function.

Definition at line 19 of file CallPath.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1