Public Member Functions | |
def | __init__ |
def | run |
Public Attributes | |
args | |
suite |
Definition at line 17 of file cmsPerfSuite.py.
def cmsPerfSuite::PerfThread::__init__ | ( | self, | ||
args | ||||
) |
def cmsPerfSuite::PerfThread::run | ( | self | ) |
Definition at line 21 of file cmsPerfSuite.py.
00021 : 00022 self.suite=PerfSuite() 00023 #print "Arguments inside the thread instance:" 00024 #print type(self.args) 00025 #print self.args 00026 self.suite.runPerfSuite(**(self.args))#self.args) 00027 class ValgrindThread(threading.Thread):
Definition at line 19 of file cmsPerfSuite.py.
Definition at line 22 of file cmsPerfSuite.py.