Sha256: 5162aae12f717d8102c72db5090f7406e49bba86f01ebc16990c66816a87d46a
Contents?: true
Size: 303 Bytes
Versions: 53
Compression:
Stored size: 303 Bytes
Contents
#!/bin/sh # Source common stuff. . `cd $(dirname "$0");pwd`/common # Reset oprofile samples. sudo_opcontrol --reset # Run the executable to profile with the correct arguments. "$shell_exec" --oprofile "$@" # Flush oprofile data including the generated code into ELF binaries. sudo_opcontrol --dump
Version data entries
53 entries across 50 versions & 4 rubygems