Home
last modified time | relevance | path

Searched defs:report_dir (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/utils/
Dprepare-code-coverage-artifact.py37 def prepare_html_report(host_llvm_cov, profile, report_dir, binaries, argument
58 def prepare_html_reports(host_llvm_cov, profdata_path, report_dir, binaries, argument
/external/rust/crates/criterion/src/html/
Dmod.rs304 let mut report_dir = report_context.output_directory.clone(); in measurement_complete() localVariable
760 let mut report_dir = report_context.output_directory.clone(); in generate_summary() localVariable