/external/rust/crates/criterion/src/ |
D | report.rs | 250 pub struct ReportContext { struct 254 impl ReportContext { impl 265 fn test_start(&self, _id: &BenchmarkId, _context: &ReportContext) {} in test_start() argument 266 fn test_pass(&self, _id: &BenchmarkId, _context: &ReportContext) {} in test_pass() argument 268 fn benchmark_start(&self, _id: &BenchmarkId, _context: &ReportContext) {} in benchmark_start() argument 269 fn profile(&self, _id: &BenchmarkId, _context: &ReportContext, _profile_ns: f64) {} in profile() argument 270 fn warmup(&self, _id: &BenchmarkId, _context: &ReportContext, _warmup_ns: f64) {} in warmup() argument 271 fn terminated(&self, _id: &BenchmarkId, _context: &ReportContext) {} in terminated() argument 272 fn analysis(&self, _id: &BenchmarkId, _context: &ReportContext) {} in analysis() argument 276 _context: &ReportContext, in measurement_start() argument [all …]
|
D | csv_report.rs | 3 use crate::report::{BenchmarkId, MeasurementData, Report, ReportContext}; 80 context: &ReportContext, in measurement_complete() argument
|
D | routine.rs | 4 use crate::report::{BenchmarkId, Report, ReportContext}; 31 report_context: &ReportContext, in profile() argument 88 report_context: &ReportContext, in sample() argument
|
D | benchmark_group.rs | 7 use crate::report::ReportContext; 279 let report_context = ReportContext { in run_bench() 383 let report_context = ReportContext { in drop()
|
D | benchmark.rs | 6 use crate::report::{BenchmarkId, Report, ReportContext}; 318 let report_context = ReportContext { in run() 479 let report_context = ReportContext { in run() 565 report_context: &ReportContext, in execute_benchmark() argument
|
/external/rust/crates/criterion/src/plot/gnuplot_backend/ |
D | iteration_times.rs | 6 use crate::report::{BenchmarkId, ComparisonData, MeasurementData, ReportContext}; 48 context: &ReportContext, in iteration_times() argument 68 context: &ReportContext, in iteration_times_small() argument 145 context: &ReportContext, in iteration_times_comparison() argument 161 context: &ReportContext, in iteration_times_comparison_small() argument
|
D | regression.rs | 7 use crate::report::{BenchmarkId, ComparisonData, MeasurementData, ReportContext}; 98 context: &ReportContext, in regression() argument 118 context: &ReportContext, in regression_small() argument 247 context: &ReportContext, in regression_comparison() argument 265 context: &ReportContext, in regression_comparison_small() argument
|
D | distributions.rs | 13 use crate::report::{BenchmarkId, ComparisonData, MeasurementData, ReportContext}; 17 context: &ReportContext, in abs_distribution() argument 128 context: &ReportContext, in abs_distributions() argument 159 context: &ReportContext, in rel_distribution() argument 291 context: &ReportContext, in rel_distributions() argument
|
D | t_test.rs | 8 use crate::report::{BenchmarkId, ComparisonData, MeasurementData, ReportContext}; 12 context: &ReportContext, in t_test() argument
|
D | pdf.rs | 4 use crate::report::{BenchmarkId, ComparisonData, MeasurementData, ReportContext}; 9 context: &ReportContext, in pdf() argument 229 context: &ReportContext, in pdf_small() argument 366 context: &ReportContext, in pdf_comparison() argument 381 context: &ReportContext, in pdf_comparison_small() argument
|
/external/llvm-project/llvm/utils/benchmark/test/ |
D | filter_test.cc | 17 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anon46b36a520111::TestReporter 18 return ConsoleReporter::ReportContext(context); in ReportContext()
|
D | skip_with_error_test.cc | 13 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anon5ab6ffa70111::TestReporter 14 return ConsoleReporter::ReportContext(context); in ReportContext()
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | filter_test.cc | 17 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anon66d954cb0111::TestReporter 18 return ConsoleReporter::ReportContext(context); in ReportContext()
|
D | skip_with_error_test.cc | 13 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anon0622c2400111::TestReporter 14 return ConsoleReporter::ReportContext(context); in ReportContext()
|
/external/google-benchmark/test/ |
D | filter_test.cc | 17 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anon373c09640111::TestReporter 18 return ConsoleReporter::ReportContext(context); in ReportContext()
|
D | skip_with_error_test.cc | 13 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anon3d20b2f90111::TestReporter 14 return ConsoleReporter::ReportContext(context); in ReportContext()
|
/external/libcxx/utils/google-benchmark/test/ |
D | filter_test.cc | 17 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anon4467ee5d0111::TestReporter 18 return ConsoleReporter::ReportContext(context); in ReportContext()
|
D | skip_with_error_test.cc | 13 virtual bool ReportContext(const Context& context) { in ReportContext() function in __anona23440120111::TestReporter 14 return ConsoleReporter::ReportContext(context); in ReportContext()
|
/external/rust/crates/criterion/src/plot/plotters_backend/ |
D | distributions.rs | 5 use crate::report::{BenchmarkId, MeasurementData, ReportContext}; 10 context: &ReportContext, in abs_distribution() argument 129 context: &ReportContext, in abs_distributions() argument 159 context: &ReportContext, in rel_distribution() argument 293 context: &ReportContext, in rel_distributions() argument
|
D | pdf.rs | 3 use crate::report::{BenchmarkId, ComparisonData, MeasurementData, ReportContext}; 114 context: &ReportContext, in pdf_small() argument 173 context: &ReportContext, in pdf() argument
|
/external/rust/crates/criterion/src/plot/ |
D | mod.rs | 9 use crate::report::{BenchmarkId, ComparisonData, MeasurementData, ReportContext, ValueType}; 25 pub(crate) context: &'a ReportContext,
|
/external/rust/crates/criterion/src/html/ |
D | mod.rs | 1 use crate::report::{make_filename_safe, BenchmarkId, MeasurementData, Report, ReportContext}; 299 report_context: &ReportContext, in measurement_complete() argument 405 context: &ReportContext, in summarize() argument 531 fn final_summary(&self, report_context: &ReportContext) { in final_summary() argument 636 context: &ReportContext, in generate_plots() argument 747 report_context: &ReportContext, in generate_summary() argument
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | csv_reporter.cc | 40 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
|
/external/libcxx/utils/google-benchmark/src/ |
D | csv_reporter.cc | 40 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | csv_reporter.cc | 40 bool CSVReporter::ReportContext(const Context& context) { in ReportContext() function in benchmark::CSVReporter
|