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/Android.mk b/tests/Android.mk index ed1df6e..3217a4d 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -26,9 +26,11 @@ -O2 \ -Wall -Wextra \ -Werror \ + -fno-builtin \ benchmark_src_files = \ benchmark_main.cpp \ + math_benchmark.cpp \ string_benchmark.cpp \ # Build benchmarks for the device (with bionic's .so). Run with: