History log of /system/extras/tests/memtest/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1348ce27ee9bb8e50a3294879c1523fa4b4d8f8b 12-Apr-2013 Christopher Ferris <cferris@google.com> Adding a few bandwidth tests.

New tests being added:
- copy_bandwidth: Gathers the copy bandwidth using four different
hand-coded assembler routines and using memcpy.
- write_bandwidth: Gathers the write bandwidth using four different
hand-coded assembler routines and using memset.
- per_core_bandwidth: Launches a thread of any one of the write/copy
bandwidth tests locked to every available core on the machine.
- multithread_bandwidth: Launches a user specified number of threads running
any one of the write/copy bandwidth tests.

Each of the tests can be modified as to the size of the data to manipulate
and the number of loops to run.

Deleted tests:
- memcpy (a better memcpy benchmark can be found in system/extras/micro_bench)
- memset (a better memset benchmark can be found in system/extras/micro_bench)
- memcmp (no real replacement, but I plan to add this to micro_bench)
- strlen (no real replacement, but I plan to add this to micro_bench)
- cpufreq (this doesn't work any more)

All verification tests have been mostly shifted to system/extras/libc_test.

Change-Id: I70d1e27da3b2ff1a4c8fc257e03b9c43c8c9e7cc
/system/extras/tests/memtest/Android.mk
957010bef327f255cdb6909109a1f31b5ee8f443 08-Feb-2011 Kenny Root <kroot@google.com> Fix for X86 target

The X86 target couldn't compile some tests that use assembly, but it can
compile other things that now depend on some projects in the test subdir
(namely libtestUtil for OpenGL tests)

Also fatblock was including <sys/endian.h> directly instead of
<endian.h> which broke some stuff on X86

Change-Id: Ib71a6e548189ca2eacfd0caa7dbd17d200efd0ea
/system/extras/tests/memtest/Android.mk
3cadc3a6df0b13deabb1b3423aafa5ff8bbfdf23 20-Jul-2010 Jason Sams <rjsams@android.com> Add FP test

Change-Id: I8c40e48e8855d0b50e5a1242ccc520fa9a8af84d
/system/extras/tests/memtest/Android.mk
9c67529d7bec42a60136677195c46c1cfd995645 23-Jun-2009 Sriram Raman <sriramkraman@google.com> Remove sound, memtest, vibrator, timetest, cachetest from tests build
/system/extras/tests/memtest/Android.mk
e16cb84e2324f05334d18dcf5956f20f44262b62 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/extras/tests/memtest/Android.mk
19ddb4b1680760e2d6863c3003976882ebd9d0fa 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/extras/tests/memtest/Android.mk
1d68e595e72f955a8cd12f59825943ea71daf7d5 16-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@126645
/system/extras/tests/memtest/Android.mk
7341494707810f709855ea85ce03a8ec3ac8dbaf 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/system/extras/tests/memtest/Android.mk