HPCToolkit
lushpp.REDesc Class Reference

Public Member Functions

def __init__ (self)
 
def oldRE (self)
 
def set_oldRE (self, x)
 
def make_newRE (self, filenm, lineno)
 
def make_overhead (self, fn, overhead_ty)
 
def make_cilk_import (self)
 
def newRE (self)
 
def set_newRE (self, x)
 
def isTyOverhead (self)
 
def __str__ (self)
 

Public Attributes

 data
 

Detailed Description

Definition at line 223 of file lushpp.py.

Constructor & Destructor Documentation

◆ __init__()

def lushpp.REDesc.__init__ (   self)

Definition at line 224 of file lushpp.py.

Member Function Documentation

◆ __str__()

def lushpp.REDesc.__str__ (   self)

Definition at line 273 of file lushpp.py.

Here is the call graph for this function:

◆ isTyOverhead()

def lushpp.REDesc.isTyOverhead (   self)

Definition at line 270 of file lushpp.py.

Here is the caller graph for this function:

◆ make_cilk_import()

def lushpp.REDesc.make_cilk_import (   self)

Definition at line 255 of file lushpp.py.

Here is the call graph for this function:

◆ make_newRE()

def lushpp.REDesc.make_newRE (   self,
  filenm,
  lineno 
)

Definition at line 236 of file lushpp.py.

Here is the call graph for this function:

◆ make_overhead()

def lushpp.REDesc.make_overhead (   self,
  fn,
  overhead_ty 
)

Definition at line 245 of file lushpp.py.

Here is the call graph for this function:

◆ newRE()

def lushpp.REDesc.newRE (   self)

Definition at line 265 of file lushpp.py.

Here is the caller graph for this function:

◆ oldRE()

def lushpp.REDesc.oldRE (   self)

Definition at line 231 of file lushpp.py.

Here is the caller graph for this function:

◆ set_newRE()

def lushpp.REDesc.set_newRE (   self,
  x 
)

Definition at line 267 of file lushpp.py.

Here is the caller graph for this function:

◆ set_oldRE()

def lushpp.REDesc.set_oldRE (   self,
  x 
)

Definition at line 233 of file lushpp.py.

Here is the caller graph for this function:

Member Data Documentation

◆ data

lushpp.REDesc.data

Definition at line 225 of file lushpp.py.


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