X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FBenchmark.h;h=0129979856132a98e21d62e70ffe21b102d3c3ee;hb=4d37864c657590b5460ee02eb68fd0b3b22237f7;hp=0a384b40aaef98799b76ebf9b9ef102943cbbde2;hpb=dee8a5180aa542d98d1b71c74f83a006e4627952;p=folly.git diff --git a/folly/Benchmark.h b/folly/Benchmark.h index 0a384b40..01299798 100644 --- a/folly/Benchmark.h +++ b/folly/Benchmark.h @@ -19,6 +19,7 @@ #include #include // for FB_ANONYMOUS_VARIABLE #include +#include #include #include @@ -26,7 +27,6 @@ #include #include #include -#include #include #include @@ -375,7 +375,7 @@ void doNotOptimizeAway(T&& datum) { BENCHMARK_NAMED_PARAM(name, param, param) /** - * Same as BENCHMARK_PARAM, but allows to return the actual number of + * Same as BENCHMARK_PARAM, but allows one to return the actual number of * iterations that have been run. */ #define BENCHMARK_PARAM_MULTI(name, param) \ @@ -415,7 +415,7 @@ void doNotOptimizeAway(T&& datum) { } /** - * Same as BENCHMARK_NAMED_PARAM, but allows to return the actual number + * Same as BENCHMARK_NAMED_PARAM, but allows one to return the actual number * of iterations that have been run. */ #define BENCHMARK_NAMED_PARAM_MULTI(name, param_name, ...) \ @@ -460,7 +460,7 @@ void doNotOptimizeAway(T&& datum) { __VA_ARGS__) /** - * Same as BENCHMARK_RELATIVE, but allows to return the actual number + * Same as BENCHMARK_RELATIVE, but allows one to return the actual number * of iterations that have been run. */ #define BENCHMARK_RELATIVE_MULTI(name, ...) \ @@ -477,7 +477,7 @@ void doNotOptimizeAway(T&& datum) { BENCHMARK_RELATIVE_NAMED_PARAM(name, param, param) /** - * Same as BENCHMARK_RELATIVE_PARAM, but allows to return the actual + * Same as BENCHMARK_RELATIVE_PARAM, but allows one to return the actual * number of iterations that have been run. */ #define BENCHMARK_RELATIVE_PARAM_MULTI(name, param) \ @@ -497,7 +497,7 @@ void doNotOptimizeAway(T&& datum) { } /** - * Same as BENCHMARK_RELATIVE_NAMED_PARAM, but allows to return the + * Same as BENCHMARK_RELATIVE_NAMED_PARAM, but allows one to return the * actual number of iterations that have been run. */ #define BENCHMARK_RELATIVE_NAMED_PARAM_MULTI(name, param_name, ...) \