Searched refs:benchmark_file (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/criterion/src/analysis/ |
D | mod.rs | 242 let mut benchmark_file = criterion.output_directory.clone(); in common() localVariable 243 benchmark_file.push(id.as_directory_name()); in common() 244 benchmark_file.push("new"); in common() 245 benchmark_file.push("benchmark.json"); in common() 246 fs::save(&id, &benchmark_file) in common()
|
/external/toolchain-utils/afdo_redaction/ |
D | remove_cold_functions_test.py | 83 def _run_test(input_lines, goal, cwp_file=None, benchmark_file=None): argument 87 input_buf, output_buf, goal, cwp_file, benchmark_file
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | tfcompile.bzl | 440 benchmark_file = benchmark_name + ".cc" 444 # Rule to rewrite benchmark.cc to produce the benchmark_file. 452 outs = [benchmark_file], 469 srcs = [benchmark_file],
|