v8/tools/profiling
Camillo Bruni 6ca0c65c44 [tools][perf] Fix linux-perf-d8.py with relative path args
We do change CWD in the script which breaks relative input paths
to d8 and .js files for instance.

Drive-by-fix:
- Show clear warning if `perf record` failed

Change-Id: Ib900ca6b53307e13be459beba1e96ddfc8ee9b79
No-try: true
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3593784
Reviewed-by: Victor Gomes <victorgomes@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#80057}
2022-04-20 14:30:04 +00:00
..
linux-perf-chrome-renderer-cmd.sh
linux-perf-chrome.py [tools][perf] Fix linux-perf-d8.py with relative path args 2022-04-20 14:30:04 +00:00
linux-perf-d8.py [tools][perf] Fix linux-perf-d8.py with relative path args 2022-04-20 14:30:04 +00:00
README.md

Profiling Tools

This directory contains various helper scripts to assist with profiling d8 and chrome.

linux perf

For linux perf support you can find more documentation and instructions at https://v8.dev/docs/linux-perf.