Home
last modified time | relevance | path

Searched refs:stressapptest (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A DREADME.md1 # 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 DMakefile.am2 dist_man_MANS = stressapptest.1
H A DAndroid.mk22 LOCAL_MODULE:= stressapptest
H A Dconfigure.ac2 AC_INIT([stressapptest], [1.0.9_autoconf], [opensource@google.com]) package
H A DMakefile.in228 dist_man_MANS = stressapptest.1
H A Dconfigure1342 --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 Dstressapptest_1.0.9.bb2 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 Dlibcplusplus-compat.patch7 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 DConfig.in2 bool "stressapptest"
6 https://github.com/stressapptest/stressapptest
H A Dstressapptest.mk7 STRESSAPPTEST_SITE = https://github.com/stressapptest/stressapptest.git
H A Dstressapptest.hash2 sha256 2a3e3e15ed41ce591a44258f81c1c3b9f38cb02e9f2184acbc870ee9b1b48174 stressapptest-6714c57d0d6…
/OK3568_Linux_fs/u-boot/cmd/ddr_tool/
H A DKconfig6 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 DMakefile12 obj-$(CONFIG_CMD_STRESSAPPTEST) += stressapptest/
/OK3568_Linux_fs/debian/overlay-debug/rockchip-test/ddr/
H A Dstressapptest_test.sh4 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 Dstressapptest_test.sh4 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 DMakefile7 obj-$(CONFIG_CMD_STRESSAPPTEST) += stressapptest.o
H A Dstressapptest.c1196 U_BOOT_CMD(stressapptest, 5, 1, do_stressapptest,
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A DMakefile.am1 bin_PROGRAMS = stressapptest program
H A DMakefile.in37 bin_PROGRAMS = stressapptest$(EXEEXT)
286 stressapptest$(EXEEXT): $(stressapptest_OBJECTS) $(stressapptest_DEPENDENCIES)
287 @rm -f stressapptest$(EXEEXT)
/OK3568_Linux_fs/docs/licenses/
H A Dmanifest.csv138stressapptest","6714c57d0d67f5a2a7a9987791af6729289bf64e","Apache-2.0","NOTICE","stressapptest-671…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/packagegroups/
H A Dpackagegroup-meta-oe.bb79 stressapptest \
/OK3568_Linux_fs/buildroot/package/
H A DConfig.in150 source "package/stressapptest/Config.in"