Home | History | Annotate | Download | only in bench

Lines Matching refs:platform

21 # The default platform to analyze. Used when OPTION_PLATFORM flag is not set.
39 For the given platform and revision number, find corresponding viewport and
50 OPTION_PLATFORM = '--platform'
86 def GetFiles(rev, bench_dir, platform):
90 Google Storage. Filters files by revision (rev) and platform, and ignores
110 obj.name.find(platform) < 0 or
183 def OutputTileAnalysis(rev, representation_alg, bench_dir, platform):
185 platform.
196 '<h3>PLATFORM: %s REVISION: %s</h3><br>' % (platform, rev))
198 file_dic = GetFiles(rev, bench_dir, platform)
256 help='Platform to analyze. Set to DEFAULT_PLATFORM if not given.')