1# Contributing to Pefetto 2This project uses [Android AOSP Gerrit][perfetto-gerrit] for code reviews and 3uses the [Google C++ style][google-cpp-style] and targets `-std=c++11`. 4 5`git cl upload` from [Chromium depot tools][depot-tools] is the preferred 6workflow to upload patches, as it supports presubmits and code formatting via 7`git cl format`. 8 9See https://source.android.com/source/contributing for more details about 10external contributions and CLA signing. 11 12 13### Continuous integration 14 15Continuous build and test coverage is available at 16[perfetto-ci.appspot.com](https://perfetto-ci.appspot.com). 17 18**Trybots**: CLs uploaded to gerrit are automatically submitted to TravisCI 19within one minute and available on the CI page. 20 21[perfetto-gerrit]: https://android-review.googlesource.com/q/project:platform%252Fexternal%252Fperfetto+status:open 22[google-cpp-style]: https://google.github.io/styleguide/cppguide.html 23[depot-tools]: https://dev.chromium.org/developers/how-tos/depottools 24