node/deps/v8/tools/oprofile/annotate

8 lines
149 B
Bash
Executable File

#!/bin/sh
# Source common stuff.
. `cd $(dirname "$0");pwd`/common
opannotate --assembly --session-dir="$OPROFILE_SESSION_DIR" "$shell_exec" "$@"