HomeSort by relevance Sort by last modified time
    Searched refs:bench_dir (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/bench/
tile_analyze.py 86 def GetFiles(rev, bench_dir, platform):
89 If bench_dir is not empty, tries to read in local bench files; otherwise check
95 if not bench_dir:
116 for f in os.listdir(bench_dir):
117 if (not os.path.isfile(os.path.join(bench_dir, f)) or
122 file_dic[f] = open(os.path.join(bench_dir, f)).read()
126 bench_dir)
183 def OutputTileAnalysis(rev, representation_alg, bench_dir, platform):
187 Ignores data with revisions other than rev. If bench_dir is not empty, read
198 file_dic = GetFiles(rev, bench_dir, platform
    [all...]
  /external/skia/bench/
tile_analyze.py 86 def GetFiles(rev, bench_dir, platform):
89 If bench_dir is not empty, tries to read in local bench files; otherwise check
95 if not bench_dir:
116 for f in os.listdir(bench_dir):
117 if (not os.path.isfile(os.path.join(bench_dir, f)) or
122 file_dic[f] = open(os.path.join(bench_dir, f)).read()
126 bench_dir)
183 def OutputTileAnalysis(rev, representation_alg, bench_dir, platform):
187 Ignores data with revisions other than rev. If bench_dir is not empty, read
198 file_dic = GetFiles(rev, bench_dir, platform
    [all...]
  /external/chromium_org/v8/tools/
run_perf.py 277 bench_dir = os.path.normpath(os.path.join(*self.path))
278 os.chdir(os.path.join(suite_dir, bench_dir))

Completed in 432 milliseconds