xref: /aosp_15_r20/external/toolchain-utils/crosperf/crosperf (revision 760c253c1ed00ce9abd48f8546f08516e57485fe)
1#!/bin/bash
2# Copyright 2020 The ChromiumOS Authors
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6PYTHONPATH=$(dirname "$0")/..:${PYTHONPATH} exec \
7python3 "$(dirname "$0")/crosperf.py" "$@"
8