GitHub user lucky-chen opened a pull request:
https://github.com/apache/incubator-weex/pull/1152
[WEEX-339] [Android] add fsComponent count and create time
*isNewFeature* **:**
* [ x] Update API docs for the component.
* [ x] Update/Add demo to demonstrate new feature.
* [ ] Update test scripts for the feature.
* [ ] Add unit tests for the feature.
- add 4 performance point
- componentCount
- componentCreateTime
- fsComponentCount
- fsComponentCreateTime
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lucky-chen/incubator-weex
android-feature-performance-componentTime
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1152.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 #1152
----
commit 49223c0fb43b2dcec1c28f4fcfe8a58a74fadbe0
Author: zhongcang <qh438406812@...>
Date: 2018-05-04T06:24:28Z
* [Android] add fsComponent count and create time
----
---