# we could be running commands for a dependency # NB $package may contain the version if [ "$package" ] && [ "$OPAM_PACKAGE_NAME" = "${package%%.*}" ] ; then
prefix=$log_dir/$package.$runner.$iteration if [ -e "$prefix.ncoms" ]; then
ncoms=$(cat"$prefix.ncoms")
ncoms=$((ncoms+1)) else
ncoms=1 fi echo $ncoms > "$prefix.ncoms"
exec /usr/bin/time \
-o "$prefix.$ncoms.time" --format="%U %M %F" \
perf stat -e instructions:u,cycles:u -o "$prefix.$ncoms.perf" \ "$@" else
exec "$@" fi
¤ 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.0.13Bemerkung:
(vorverarbeitet)
¤
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 ist noch experimentell.