Lines Matching +full:for +full:- +full:compiler
3 Build the table with the platform, compiler and core names.
10 select NB,CATEGORY.category,NAME,CYCLES,PLATFORM.platform,CORE.core,COMPILERKIND.compiler,COMPILER.…
15 INNER JOIN COMPILER USING(compilerid)
21 …OEF,CATEGORY.category,NAME,PLATFORM.platform,CORE.core,COMPILERKIND.compiler,COMPILER.version,Basi…
26 INNER JOIN COMPILER USING(compilerid)
32 Compute the max cycles for a test configuration (category + name)
36 select NAME,max(CYCLES),PLATFORM.platform,CORE.core,COMPILERKIND.compiler,COMPILER.version
41 INNER JOIN COMPILER USING(compilerid)
56 See diff.sql for example
61 select NB,CATEGORY.category,NAME,CYCLES,PLATFORM.platform,CORE.core,COMPILERKIND.compiler,COMPILER.…
66 INNER JOIN COMPILER USING(compilerid)
68 WHERE DATE BETWEEN datetime('now','localtime','-10 minutes') AND datetime('now', 'localtime');