There are no reviews yet. Be the first to send feedback to the community and the maintainers!
This is a simple memory benchmark program, which tries to measure the peak bandwidth of sequential memory accesses and the latency of random memory accesses. Bandwidth is measured by running different assembly code for the aligned memory blocks and attempting different prefetch strategies. The benchmark results for some hardware can be found in the wiki page: https://github.com/ssvb/tinymembench/wiki This program can be compiled in either linux or windows (via mingw32 and msys) by simply running make: $ make Adding extra optimization options is possible (in linux): $ CFLAGS="-O2 -march=atom -mtune=atom" make Example of crosscompiling for ARM (also in linux): $ CC=arm-linux-gnueabihf-gcc CFLAGS="-O2 -mcpu=cortex-a9" make Example of crosscompiling and running the benchmark on android device: $ CC=arm-linux-gnueabihf-gcc CFLAGS="-O2 -mcpu=cortex-a8 -static" make $ adb push tinymembench /data/local/tmp/tinymembench $ adb shell /data/local/tmp/tinymembench
xf86-video-fbturbo
Xorg DDX driver for ARM devices (Allwinner, RPi and others)cpuburn-arm
A collection of cpuburn programs tuned for different ARM hardwarelima-memtester
Memory stress testing tool, implemented by combining http://limadriver.org/ and http://pyropus.ca/software/memtester/cpuminer
PS3 (Cell BE) optimized miner for Litecoinsunxi-bootsetup
A set of scripts to provide installer initramfs for Allwinner hardware.a10-dram-tools
This is a set of tools, which can assist in configuring the Allwinner A10/A13/A20 DRAM controller.gentoo-overlay-mali-x11
A portage overlay for gentoo, intended to simplify installation of xf86-video-sunxifbtrimmed-cairo-traces
A trimmed variant of http://cgit.freedesktop.org/cairo-traces so that the traces run fast enough even on slow embedded systemsu-boot-sunxi-dram
Upstreaming sunxi DRAM initialization fixesprng
PRNG experiments based on http://burtleburtle.net/bob/rand/smallprng.htmlglmark2
A fork of https://launchpad.net/glmark2render_bench
render_bench program from http://www.rasterman.com/files/render_bench.tar.gzssvb.github.com
my personal blog: http://ssvb.github.comxrandr
dialog-sunxi
A patched version (to use FEL button on Allwinner hardware). The upstream project is at http://invisible-island.net/dialog/adventofcode
Solutions for https://adventofcode.combuildroot
This is a personal sandbox for experiments. The upstream repository is at git://git.buildroot.net/buildrooteglblobware
A set of shared library wrappers to handle the buggy proprietary GLES blobslibjpeg-turbo-linaro-armv8
A clone of https://git.linaro.org/gitweb?p=people/ragesh.r/libjpeg-turbo-armv8.gitspeedy-stdio
A faster replacement for a subset of std.stdio module from D languageLove Open Source and this site? Check out how you can help us