commit | 9edb3e004b487e08cbbb54f2af18b15241550513 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Feb 06 15:47:09 2013 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Feb 06 15:47:09 2013 -0800 |
tree | afb15c0e496588ed186e7558c1f890b6871cc296 | |
parent | d10a5a02d1e9315dd7d780c2f221d116ced45a69 [diff] [blame] |
Improve benchmarking tool, add a few math benchmarks. Change-Id: I641305dd0e4ac0705381e735ed1604c5be7aa536
diff --git a/tests/benchmark.h b/tests/benchmark.h index 70d4c63..d7af50f 100644 --- a/tests/benchmark.h +++ b/tests/benchmark.h
@@ -32,6 +32,8 @@ Benchmark* Arg(int x); + const char* Name(); + bool ShouldRun(int argc, char* argv[]); void Run();