This is an Android UI automation test framework, which integrated performance test (mainly using shell scripts), and UI test (UI crawler, Monkey, and Instrumental test - ATX, adb wrapper, etc)
:--- common: common class
:--- Performance
|--- Response: cold start, hot start responses
|--- FPS: Frame per second
|--- CPU: Top CPU, and CPU for tested app, process
|--- MEM: memory usage (pss) for tested app, process
|--- Net: Network performance for tested app, proecss
|--- results: saved some temporary results, if using CI, please check with CM for formal path.
:--- products: please put your product business scripts here, using PO mode
:--- report: the final reports will be saved here
:--- testplans: saved some test suits, test cases, etc
:--- utils: some adb util helpers, etc