GitHub user lucky-chen opened a pull request:
https://github.com/apache/incubator-weex/pull/1150
[WEEX-339][iOS] add componentTime/Count monitor
*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
ios-feature-componintTime
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1150.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 #1150
----
commit fe21eb92493d0a8625c8693b990479362985b7c9
Author: zhongcang <qh438406812@...>
Date: 2018-05-07T03:20:01Z
* [iOS] add componentTime/Count monitor
* [iOS] modify point
* [iOS] rm useless code
----
---