Commit 5e10e120 by Ismael

fixed overshadow

parent e5cf020d
......@@ -321,7 +321,7 @@ public:
}
BENCHMARK_ALWAYS_INLINE
size_t complexity_n() {
size_t complexity_length_n() {
return complexity_n_;
}
......
......@@ -694,7 +694,7 @@ void RunInThread(const benchmark::internal::Benchmark::Instance* b,
MutexLock l(GetBenchmarkLock());
total->bytes_processed += st.bytes_processed();
total->items_processed += st.items_processed();
total->complexity_n += st.complexity_n();
total->complexity_n += st.complexity_length_n();
}
timer_manager->Finalize();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment