Public Member Functions | |
def | __init__ |
def | activeThreads |
def | runTests |
Public Attributes | |
maxThreads | |
runDirs | |
threadList | |
workFlows | |
Definition at line 10 of file MatrixRunner.py.
def MatrixRunner.MatrixRunner.__init__ | ( | self, | |
wfIn = None , |
|||
nThrMax = 4 |
|||
) |
Definition at line 12 of file MatrixRunner.py.
def MatrixRunner.MatrixRunner.activeThreads | ( | self | ) |
Definition at line 22 of file MatrixRunner.py.
References MatrixRunner.MatrixRunner.threadList.
Referenced by MatrixRunner.MatrixRunner.runTests(), and addOnTests.StandardTester.runTests().
def MatrixRunner.MatrixRunner.runTests | ( | self, | |
opt | |||
) |
Definition at line 31 of file MatrixRunner.py.
References MatrixRunner.MatrixRunner.activeThreads(), prof2calltree.count, join(), python.multivaluedict.map(), MatrixRunner.MatrixRunner.maxThreads, MatrixRunner.MatrixRunner.runDirs, MatrixRunner.MatrixRunner.threadList, MatrixRunner.MatrixRunner.workFlows, and MatrixReader.MatrixReader.workFlows.
MatrixRunner.MatrixRunner.maxThreads |
Definition at line 17 of file MatrixRunner.py.
Referenced by MatrixRunner.MatrixRunner.runTests(), and addOnTests.StandardTester.runTests().
MatrixRunner.MatrixRunner.runDirs |
Definition at line 20 of file MatrixRunner.py.
Referenced by MatrixRunner.MatrixRunner.runTests().
MatrixRunner.MatrixRunner.threadList |
Definition at line 16 of file MatrixRunner.py.
Referenced by MatrixRunner.MatrixRunner.activeThreads(), addOnTests.StandardTester.activeThreads(), MatrixRunner.MatrixRunner.runTests(), and addOnTests.StandardTester.runTests().
MatrixRunner.MatrixRunner.workFlows |
Definition at line 14 of file MatrixRunner.py.
Referenced by MatrixRunner.MatrixRunner.runTests().