D | extractDb.py | 516 def regressionTableFor(byname,name,section,ref,toSort,indexCols,field): argument 530 section.addContent(dataTable) 618 def addSectionComment(section): argument 620 fileName=re.sub(r'[() :]','',section.name) 625 section.addSection(commentSection) 637 def formatTableBy(desc,byname,section,typeSection,testNames,cols,vals): argument 651 indexCols=diff(cols,byname + ['Regression','MAXREGCOEF','MAX'] + section) 657 indexCols=diff(cols,byname + ['CYCLES'] + section) 897 def addRatioTable(cols,params,data,section,testNames,byd): argument 908 section.addSection(testSection) [all …]
|