11 int per_family_instance_idx,
12 const std::vector<int64_t>&
args,
15 family_index_(family_idx),
16 per_family_instance_index_(per_family_instance_idx),
17 aggregation_report_mode_(benchmark_.aggregation_report_mode_),
19 time_unit_(benchmark_.time_unit_),
20 measure_process_cpu_time_(benchmark_.measure_process_cpu_time_),
21 use_real_time_(benchmark_.use_real_time_),
22 use_manual_time_(benchmark_.use_manual_time_),
23 complexity_(benchmark_.complexity_),
24 complexity_lambda_(benchmark_.complexity_lambda_),
26 repetitions_(benchmark_.repetitions_),
27 min_time_(benchmark_.min_time_),
28 iterations_(benchmark_.iterations_),
38 if (arg_i < benchmark->arg_names_.size()) {
40 if (!arg_name.empty()) {
88 perf_counters_measurement);