@@ -61,12 +61,12 @@ the specified range and will generate a benchmark for each such argument.
...
@@ -61,12 +61,12 @@ the specified range and will generate a benchmark for each such argument.
BENCHMARK(BM_memcpy)->Range(8,8<<10);
BENCHMARK(BM_memcpy)->Range(8,8<<10);
```
```
By default the arguments in a range are generated in multiples of eight and the command above selects [ 8, 64, 512, 4k, 8k ]. In the following code the range multiplier is changed to multiples of two.
By default the arguments in the range are generated in multiples of eight and the command above selects [ 8, 64, 512, 4k, 8k ]. In the following code the range multiplier is changed to multiples of two.