platform_bionic/benchmarks
Greg Hackmann 567bfb3779 Fix 64-bit benchmark build
The * flag to printf() wants an int instead of size_t, and these are
distinct types on 64-bit.  To accomodate this, make the name column
width helpers return int.

In theory this truncates things, but in practice this only matters if
you have a benchmark with more than INT_MAX characters in its name (in
which case you have bigger problems).

Change-Id: I3338948c25a3a8d84f1ead2f5b457c05da8a01cf
Signed-off-by: Greg Hackmann <ghackmann@google.com>
2015-02-20 11:07:38 -08:00
..
benchmark Fix 64-bit benchmark build 2015-02-20 11:07:38 -08:00
Android.mk Refactor the benchmark code. 2015-02-19 14:58:24 -08:00
Benchmark.cpp Fix 64-bit benchmark build 2015-02-20 11:07:38 -08:00
main.cpp Refactor the benchmark code. 2015-02-19 14:58:24 -08:00
math_benchmark.cpp Refactor the benchmark code. 2015-02-19 14:58:24 -08:00
property_benchmark.cpp Refactor the benchmark code. 2015-02-19 14:58:24 -08:00
pthread_benchmark.cpp Refactor the benchmark code. 2015-02-19 14:58:24 -08:00
semaphore_benchmark.cpp Refactor the benchmark code. 2015-02-19 14:58:24 -08:00
stdio_benchmark.cpp Refactor the benchmark code. 2015-02-19 14:58:24 -08:00
string_benchmark.cpp Refactor the benchmark code. 2015-02-19 14:58:24 -08:00
time_benchmark.cpp Refactor the benchmark code. 2015-02-19 14:58:24 -08:00
unistd_benchmark.cpp Refactor the benchmark code. 2015-02-19 14:58:24 -08:00
utils.cpp Refactor the benchmark code. 2015-02-19 14:58:24 -08:00
utils.h Refactor the benchmark code. 2015-02-19 14:58:24 -08:00