GitHub user lucky-chen reopened a pull request:
https://github.com/apache/incubator-weex/pull/1080
[Android] new feature for weex performance (single commit)
# commit msg
- support more performance data about weex performance
* [ ] Update API docs for the component.
* [x] Update/Add demo to demonstrate new feature.
* [x] Update test scripts for the feature.
* [ ] Add unit tests for the feature.
# Detail
## errorGroup
- degradation
- js
- render
## performance
- JSLibSize
- JSLibInitTime
- SDKInitTime
- SDKInitInvokeTime
- SDKInitExecuteTime
- JSTemplateSize
- pureNetworkTime
- networkTime
- fsCreateInstanceTime
- fsCallJsTotalTime
- fsCallJsTotalNum
- fsCallNativeTotalTime
- fsCallNativeTotalNum
- fsCallEventTotalNum
- fsRenderTime
- fsRequestNum
- callCreateFinishTime
- cellExceedNum
- communicateTotalTime
- maxDeepViewLayer
- maxDeepVDomLayer
- componentCount
- avgFps
- timerCount
- imgSizeCount
- interactionTime
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lucky-chen/incubator-weex
master_gky_commit_chen
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1080.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1080
----
commit 495c7acafbe6e71ab879de02821986d08aaea0fb
Author: zhongcang <qh438406812@...>
Date: 2018-03-22T08:10:52Z
* [Android] merge WXPerformance code,now support more performance data
----
---