Profilo is an Android library for collecting performance traces from production builds of an app.
Currently, none of the APIs are stable and they will change (mostly so that they're easier to use) before release.
The sample app in java/main/com/facebook/profilo/sample
shows the most basic usage of the APIs.
You can also find the prebuilt apk in the Releases section.
A demo script can be found in python/profilo/workflow_demo.py
. It contains examples of simple
analysis that can be run on Profilo traces. For more information see the trace processing section of the docs.
Profilo is Apache 2 licensed, as found in the LICENSE file.