]>
git.saurik.com Git - apple/xnu.git/blob - tools/tests/execperf/test.sh
3 EXECUTABLES
="exit.nodyld \
4 exit.nopie.dyld-but-no-Libsystem exit.pie.dyld-but-no-Libsystem \
5 exit.nopie.dyld-and-Libsystem exit.pie.dyld-and-Libsystem \
9 PRODUCT
=`sw_vers -productName`
21 for i
in ${EXECUTABLES}; do
23 for j
in `jot $(sysctl -n hw.ncpu) 1`; do
25 /usr
/bin
/time .
/${RUN} $j $((${COUNT}/$j)) .
/$i
27 echo "Failed $i, exit status $?"