Lines Matching refs:section
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)
1098 section=Section("Measurement Context")
1101 document.addSection(section)
1108 section.addContent(Text(para))
1111 section.addContent(Text(para))
1114 section.addContent(Text("Reference core for the ratio is %s" % refCoreName))
1115 section.addContent(Text("A bigger ratio means the reference code is better"))
1137 section=Section(s.name)
1138 document.addSection(section)
1139 createDoc(section,s.sections,benchtables)