Lines Matching refs:report_context
318 let report_context = ReportContext { in run() localVariable
362 &report_context, in run()
379 .summarize(&report_context, &all_ids, c.measurement.formatter()); in run()
479 let report_context = ReportContext { in run() localVariable
532 &report_context, in run()
550 .summarize(&report_context, &all_ids, c.measurement.formatter()); in run()
565 report_context: &ReportContext, in execute_benchmark()
590 report_context, in execute_benchmark()
604 c.report.test_start(id, report_context); in execute_benchmark()
606 c.report.test_pass(id, report_context); in execute_benchmark()
611 routine.profile(&c.measurement, id, c, report_context, duration, parameter); in execute_benchmark()