1# Useful utilities for debugging profiles
2
3This package is a collection of scripts of various polish to help interactively verify aot profiles,
4or the behavior of various versions of Android when art compiles profiles.
5
6## Don't depend on these scripts
7The scripts in this directory are not maintained, and should never be used in a production
8dependency such as CI.
9
10## Contributing
11
12Feel free to add any useful scripts you've developed here. If you find yourself doing similar things
13repeatedly, please consider wrapping up the commands in a script.
14
15Things to check before contributing:
16
171. AOSP header is added to all files
182. Script contains a usage output
193. Script can run without depending on files in other directories, or takes all dependencies as
20   command line arguments
214. Is reasonably useful.