Lines Matching full:type
50 parser.add_argument('-b', nargs='?',type = str, default="bench.db", help="Database")
51 parser.add_argument('-o', nargs='?',type = str, default="full.md", help="Full summary")
53 parser.add_argument('-t', nargs='?',type = str, default="md", help="type md or html")
59 parser.add_argument('-comments', nargs='?',type = str, default="comments", help="Comment folder")
62 parser.add_argument('-ref', nargs='?',type = str, default="M55", help="Reference COREDEF for ratio …
63 parser.add_argument('-clampval', nargs='?',type = float, default=8.0, help="Clamp for ratio")
65 parser.add_argument('-cores', nargs='?',type = str, help="Cores to keep")
66 parser.add_argument('-toc', nargs='?',type = str, help="Yaml for the table of contents")
138 REMOVETABLES=['TESTNAME','TESTDATE','RUN','CORE', 'PLATFORM', 'COMPILERKIND', 'COMPILER', 'TYPE', '…
142 # Category and type is coming from the test name in the yaml
145 REMOVECOLUMNS=['runid','name','type','platform','category','coredef','OPTIMIZED','HARDFP','FASTMATH…
147 REMOVECOLUMNSFORHISTORY=['Regression','MAXREGCOEF','name','type','platform','category','coredef','O…
151 r=c.execute("SELECT name FROM sqlite_master WHERE type='table'")
186 # Get compilers from specific type and table
189 # Get compilers from specific type and table
192 # Get compilers from specific type and table
201 # Get existing compiler in a table for a specific type
229 # Get type name from type id
231 r=c.execute("select type from TYPE where typeid=?",(typeid,)).fetchone()
241 # and type
248 INNER JOIN TYPE USING(typeid)
254 # and type
261 INNER JOIN TYPE USING(typeid)
273 # and type
280 INNER JOIN TYPE USING(typeid)
291 # and type
298 INNER JOIN TYPE USING(typeid)
304 # and type
308 INNER JOIN TYPE USING(typeid)
318 INNER JOIN TYPE USING(typeid)
324 # and type
328 INNER JOIN TYPE USING(typeid)
341 INNER JOIN TYPE USING(typeid)
384 # and type
390 # and type
396 # and type
485 keepCols = ['name','type'] + [c for c in diff(cols , REMOVECOLUMNS) if isNotIDColumn(c)]
508 if type(t) is float:
534 if type(dataForFunc) is pd.DataFrame:
538 if type(row[0]) is int:
610 if type(e) is float:
672 if type(theCycles) is dict:
726 if type(dataForFunc) is pd.DataFrame:
728 if type(row[0]) is int:
776 ratioSQLAllTypes="""select name,otherCore.compilerid as compilerid,TYPE.type as type,%s(CAST(otherC…
785 INNER JOIN TYPE USING(typeid)
855 return(['name','compilerid','type'] + cols,params,ratio,testNames)
859 # Compute for all core for a given type
882 if type(t) is float:
919 data=ref.pivot_table(index=toSort, columns=['type'],
935 if type(dataForFunc) is not pd.DataFrame:
946 if type(dataForFunc) is pd.DataFrame:
949 if type(row[0]) is int:
998 # Print test results for table, type, compiler
1007 … formatTableBy(desc,['type'],['core','version','compiler'],compilerSection,names,cols,vals)
1011 # Add report for each type
1024 # Print test results for table, type, compiler
1052 # Print test results for table, type, compiler