| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | README.md | 1 # stressapptest chapter 2 Stressful Application Test (or stressapptest, its unix name) is a memory interface test. 5 (Exported from code.google.com/p/stressapptest) 7 Discussion group: https://groups.google.com/d/forum/stressapptest-discuss 14 ./stressapptest -s 20 -M 256 -m 8 -W # Test 256MB, running 8 "warm copy" threads. Exit after 20 … 15 ./stressapptest --help # list the available arguments. 32 ./stressapptest -s 20 -M 256 -m 8 -C 8 -W # Allocate 256MB of memory and run 8 "warm copy" threads,… 33 ./stressapptest -f /tmp/file1 -f /tmp/file2 # Run 2 file IO threads, and autodetect memory size and… 39 stressapptest is often available on linux and can be installed as a distro package: 41 sudo apt-get install stressapptest [all …]
|
| H A D | Makefile.am | 2 dist_man_MANS = stressapptest.1
|
| H A D | Android.mk | 22 LOCAL_MODULE:= stressapptest
|
| H A D | configure.ac | 2 AC_INIT([stressapptest], [1.0.9_autoconf], [opensource@google.com]) package
|
| H A D | Makefile.in | 228 dist_man_MANS = stressapptest.1
|
| H A D | configure | 1342 --docdir=DIR documentation root [DATAROOTDIR/doc/stressapptest] 6482 This file was extended by stressapptest $as_me 1.0.9_autoconf, which was 6548 stressapptest config.status 1.0.9_autoconf
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/stressapptest/ |
| H A D | stressapptest_1.0.9.bb | 2 DESCRIPTION = "Stressful Application Test (or stressapptest, its unix name) \ 7 HOMEPAGE = "https://github.com/stressapptest/stressapptest" 14 SRC_URI = "git://github.com/stressapptest/stressapptest;branch=master;protocol=https \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/stressapptest/stressapptest/ |
| H A D | libcplusplus-compat.patch | 7 See https://github.com/stressapptest/stressapptest/issues/47 17 --- stressapptest-1.0.9.orig/src/sattypes.h 18 +++ stressapptest-1.0.9/src/sattypes.h
|
| /OK3568_Linux_fs/buildroot/package/stressapptest/ |
| H A D | Config.in | 2 bool "stressapptest" 6 https://github.com/stressapptest/stressapptest
|
| H A D | stressapptest.mk | 7 STRESSAPPTEST_SITE = https://github.com/stressapptest/stressapptest.git
|
| H A D | stressapptest.hash | 2 sha256 2a3e3e15ed41ce591a44258f81c1c3b9f38cb02e9f2184acbc870ee9b1b48174 stressapptest-6714c57d0d6…
|
| /OK3568_Linux_fs/u-boot/cmd/ddr_tool/ |
| H A D | Kconfig | 6 This enable ddr tool such as ddr dq eye, ddr test tool, memtester and stressapptest. 27 bool "Enable stressapptest for ddr" 30 This enables stressapptest for ddr.
|
| H A D | Makefile | 12 obj-$(CONFIG_CMD_STRESSAPPTEST) += stressapptest/
|
| /OK3568_Linux_fs/debian/overlay-debug/rockchip-test/ddr/ |
| H A D | stressapptest_test.sh | 4 RESULT_LOG=${RESULT_DIR}/stressapptest.log 16 stressapptest -s 86400 -i 4 -C 4 -W --stop_on_errors -M $mem_test_size -l $RESULT_LOG &
|
| /OK3568_Linux_fs/external/rockchip-test/ddr/ |
| H A D | stressapptest_test.sh | 4 RESULT_LOG=${RESULT_DIR}/stressapptest.log 16 stressapptest -s 86400 -i 4 -C 4 -W --stop_on_errors -M $mem_test_size -l $RESULT_LOG &
|
| /OK3568_Linux_fs/u-boot/cmd/ddr_tool/stressapptest/ |
| H A D | Makefile | 7 obj-$(CONFIG_CMD_STRESSAPPTEST) += stressapptest.o
|
| H A D | stressapptest.c | 1196 U_BOOT_CMD(stressapptest, 5, 1, do_stressapptest,
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | Makefile.am | 1 bin_PROGRAMS = stressapptest program
|
| H A D | Makefile.in | 37 bin_PROGRAMS = stressapptest$(EXEEXT) 286 stressapptest$(EXEEXT): $(stressapptest_OBJECTS) $(stressapptest_DEPENDENCIES) 287 @rm -f stressapptest$(EXEEXT)
|
| /OK3568_Linux_fs/docs/licenses/ |
| H A D | manifest.csv | 138 …stressapptest","6714c57d0d67f5a2a7a9987791af6729289bf64e","Apache-2.0","NOTICE","stressapptest-671…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-oe.bb | 79 stressapptest \
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | Config.in | 150 source "package/stressapptest/Config.in"
|