node/deps/v8/tools/oprofile/report

8 lines
146 B
Bash

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