CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
cmsPerfSuite.PerfSuite.simpleGenReportThread Class Reference
Inheritance diagram for cmsPerfSuite.PerfSuite.simpleGenReportThread:

Public Member Functions

def __init__ (self, cpu, perfsuiteinstance, simpleGenReportArgs)
 
def run (self)
 

Public Attributes

 cpu
 
 perfsuiteinstance
 
 PerfTest
 
 simpleGenReportArgs
 

Detailed Description

Definition at line 116 of file cmsPerfSuite.py.

Constructor & Destructor Documentation

def cmsPerfSuite.PerfSuite.simpleGenReportThread.__init__ (   self,
  cpu,
  perfsuiteinstance,
  simpleGenReportArgs 
)

Definition at line 117 of file cmsPerfSuite.py.

117  def __init__(self,cpu,perfsuiteinstance,**simpleGenReportArgs): #Passing around the perfsuite object to be able to access simpleGenReport
118  self.cpu=cpu
119  self.simpleGenReportArgs=simpleGenReportArgs
120  self.perfsuiteinstance=perfsuiteinstance
121  threading.Thread.__init__(self)
def __init__(self, cpu, perfsuiteinstance, simpleGenReportArgs)

Member Function Documentation

def cmsPerfSuite.PerfSuite.simpleGenReportThread.run (   self)

Member Data Documentation

cmsPerfSuite.PerfSuite.simpleGenReportThread.cpu

Definition at line 118 of file cmsPerfSuite.py.

Referenced by cmsPerfSuite.PerfSuite.PerfTest.runPerfTest().

cmsPerfSuite.PerfSuite.simpleGenReportThread.perfsuiteinstance

Definition at line 120 of file cmsPerfSuite.py.

cmsPerfSuite.PerfSuite.simpleGenReportThread.PerfTest

Definition at line 123 of file cmsPerfSuite.py.

cmsPerfSuite.PerfSuite.simpleGenReportThread.simpleGenReportArgs

Definition at line 119 of file cmsPerfSuite.py.

Referenced by cmsPerfSuite.PerfSuite.PerfTest.runPerfTest().