#!/usr/bin/env bash # Copyright 2022 the V8 project authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. PERF_DATA_DIR="." PERF_DATA_PREFIX="chrome_renderer" PERF_CLOCKID="mono" PERF_CALL_GRAPH="fp" PERF_FREQ_DEFAULT=10000 PERF_FREQ="" PERF_COUNT="" PERF_RAW_ARGS="" RENDERER_ID="0" for i in "$@"; do case $i in -h|--help) cat <