# 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
Messung V0.5 in Prozent
[zur Elbe Produktseite wechseln0.14QuellennavigatorsAnalyse erneut starten2026-06-08]