commit | 5646cc7aed4ef9b27906379058a4eebdc25c7f4f | [log] [tgz] |
---|---|---|
author | Haamed Gheibi <haamed@google.com> | Thu Sep 23 18:01:23 2021 +0000 |
committer | Haamed Gheibi <haamed@google.com> | Thu Sep 23 18:01:23 2021 +0000 |
tree | 0ba1896045b67bf6dd1fb8f2470fc79a13b68fcc | |
parent | 4e81c1d8e009faaeb2c72fa1027822b5c37b1b4f [diff] | |
parent | 46fe648bd360b5e36f2a63825341d439e936cb06 [diff] |
Merge TP1A.210812.002 Bug: 198367246 Change-Id: I07e965296688ec41d0306a15cafa87f2d4b0778c
Trebuchet is a Kotlin library for parsing and analyzing Android trace files generated by the atrace
or systrace
commands. This is not an officially supported Google product.
The code for the Trebuchet library can be found in the core/
directory.
Trebuchet comes bundled with several programs for analyzing one or more trace files.
The Startup Analyzer program takes a trace file, detects any startup events that occurred during the traced time period, and prints information about the events. If Trebuchet is built using the Android build system, there will be a StartupAnalyzerKt program placed into a directory that is a member of the PATH system variable. If you wish to use Gradle, you can use the startup-analyzer.sh
script located in the scripts/
directory.
The Startup Summarizer program takes a set of trace files, detects startup events in each file, and computes average and standard deviation for startup stats, broken down by program name, compiler filter, and cache status. If Trebuchet is built using the Android build system, there will be a StartupSummarizerKt program placed into a directory that is a member of the PATH system variable. If you wish to use Gradle, you can use the startup-summarizer.sh
script located in the scripts/
directory.
The scripts/
directory contains a shell script called run-startup.sh
, which will start a trace, launch an activity given a package name and an activity name, transfer the trace file to the host machine, and run the StartupAnalyzer.