Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Android/bionic/bionic/benchmarks/   (Android Betriebssystem Version 17©)  Datei vom 26.5.2026 mit Größe 953 B image not shown  

Quelle  run-on-host.sh

  Sprache: Shell
 

#!/bin/bash -e

. $(dirname $0)/../build/run-on-host.sh

if [ "$1" = glibc ]; then
    m -j bionic-benchmarks-glibc
    (
        cd ${ANDROID_BUILD_TOP}
        export ANDROID_DATA=${TARGET_OUT_DATA}
        export ANDROID_ROOT=${TARGET_OUT}
        ${HOST_OUT}/benchmarktest64/bionic-benchmarks-glibc/bionic-benchmarks-glibc "$@"
    )
    exit 0
elif [ "$1" != 32 -a "$1" != 64 ]; then
    echo "Usage: $0 [ 32 | 64 | glibc ] [benchmark flags]"
    exit 1
fi

if [ ${HOST_OS}-${HOST_ARCH} = linux-x86 -o ${HOST_OS}-${HOST_ARCH} = linux-x86_64 ]; then

    prepare $1 bionic-benchmarks

    if [ ${TARGET_ARCH} = x86 -o ${TARGET_ARCH} = x86_64 ]; then
        (
            cd ${ANDROID_BUILD_TOP}
            export ANDROID_DATA=${TARGET_OUT_DATA}
            export ANDROID_ROOT=${TARGET_OUT}
            ${BENCHMARKS}/bionic-benchmarks/bionic-benchmarks "$@"
        )
    else
        echo "$0 not supported on TARGET_ARCH=$TARGET_ARCH"
    fi
fi

Messung V0.5 in Prozent
C=92 H=93 G=92

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-28) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.