Final updates for c++14'
This commit is contained in:
parent
5beecd4d2b
commit
6aa2937543
3 changed files with 4 additions and 4 deletions
|
|
@ -49,7 +49,7 @@ static void Point(benchmark::State& state) {
|
||||||
out = envelope.getNextValue();
|
out = envelope.getNextValue();
|
||||||
benchmark::DoNotOptimize(output);
|
benchmark::DoNotOptimize(output);
|
||||||
}
|
}
|
||||||
state.counters["Per block"] = benchmark::Counter(envelopeSize / state.range(0), benchmark::Counter::kIsIterationInvariantRate | benchmark::Counter::kInvert);
|
state.counters["Per block"] = benchmark::Counter(envelopeSize / state.range(0), benchmark::Counter::kIsIterationInvariantRate);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void Block(benchmark::State& state) {
|
static void Block(benchmark::State& state) {
|
||||||
|
|
@ -63,7 +63,7 @@ static void Block(benchmark::State& state) {
|
||||||
benchmark::DoNotOptimize(output);
|
benchmark::DoNotOptimize(output);
|
||||||
}
|
}
|
||||||
|
|
||||||
state.counters["Per block"] = benchmark::Counter(envelopeSize / state.range(0), benchmark::Counter::kIsIterationInvariantRate | benchmark::Counter::kInvert);
|
state.counters["Per block"] = benchmark::Counter(envelopeSize / state.range(0), benchmark::Counter::kIsIterationInvariantRate);
|
||||||
}
|
}
|
||||||
|
|
||||||
BENCHMARK(Point)->RangeMultiplier(2)->Range((2<<6), (2<<11));
|
BENCHMARK(Point)->RangeMultiplier(2)->Range((2<<6), (2<<11));
|
||||||
|
|
|
||||||
2
external/abseil-cpp
vendored
2
external/abseil-cpp
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit aa844899c937bde5d2b24f276b59997e5b668bde
|
Subproject commit ac78ffc3bc0a8b295cab9a03817760fd460df2a1
|
||||||
2
external/benchmark
vendored
2
external/benchmark
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit 090faecb454fbd6e6e17a75ef8146acb037118d4
|
Subproject commit bf4f2ea0bd1180b34718ac26eb79b170a4f6290e
|
||||||
Loading…
Add table
Reference in a new issue