Searched refs:pstates (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dcoreos_bench.sh89 trap "rm -rf $TMPROOT $VARROOT && sudo pstates -e && exit" 0 2
194 pstates=/usr/local/bin/pstates
195 if [ -x $pstates ]; then
197 sudo $pstates -d; sudo pstates -p 0
199 echo "ERROR: No $pstates found; To disable stepper we need $pstates" 1>&2
200 echo "Install AppleInternal package which provides $pstates and execute 'coreos_bench' again" 1>&2
202 echo "Note: If you cannot install AppleInternal package which provides $pstates, the
[all...]

Completed in 18 milliseconds