commit | 3c491d634bac1ddf5a0e79bcb68640b67c942365 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sun Jul 21 14:56:58 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sun Jul 21 14:56:58 2024 +0000 |
tree | 76bac458186e484bb71c92fa283ae56c31b6509e | |
parent | 5bb7579afd91ccae0c8322f00e3d0ac4ca94ad4f [diff] | |
parent | 1e1629db602b32f90cf70dd6feb6d925cac6393b [diff] |
Snap for 12108402 from 1e1629db602b32f90cf70dd6feb6d925cac6393b to androidx-benchmark-release Change-Id: I156bedbfb6e06b5962ac1b070beb321beb83a1c3
The source code for several perfetto binaries lives in the external/perfetto
project in the AOSP source tree. These binaries enable unbundled perfetto tracing, and on-device trace processing.
To set up the perfetto repository for the first time:
git clone https://android.googlesource.com/platform/external/perfetto/ perfetto_repo perfetto_repo/tools/install-build-deps --android
To build stripped binaries from the local repository:
./generate_perfetto_binaries.py
This script automates some of the build instructions documented here.
Some important things handled are:
monolithic_binaries = true
(important for unbundled usage)