summaryrefslogtreecommitdiffstats
path: root/libcxx/utils/google-benchmark/src/benchmark_api_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/utils/google-benchmark/src/benchmark_api_internal.h')
-rw-r--r--libcxx/utils/google-benchmark/src/benchmark_api_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/utils/google-benchmark/src/benchmark_api_internal.h b/libcxx/utils/google-benchmark/src/benchmark_api_internal.h
index 8b97ce60087..828ed12165f 100644
--- a/libcxx/utils/google-benchmark/src/benchmark_api_internal.h
+++ b/libcxx/utils/google-benchmark/src/benchmark_api_internal.h
@@ -24,9 +24,11 @@ struct Benchmark::Instance {
bool use_manual_time;
BigO complexity;
BigOFunc* complexity_lambda;
+ UserCounters counters;
bool last_benchmark_instance;
int repetitions;
double min_time;
+ size_t iterations;
int threads; // Number of concurrent threads to us
};
OpenPOWER on IntegriCloud