Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

[WEEX-552][iOS] apm for ios #1412

Merged
merged 1 commit into from
Aug 9, 2018

Commits on Aug 9, 2018

  1. [WEEX-552][iOS] apm for ios

    * [iOS] more info
    use new protocol WXApmProtocol to record weex page performance
        record stage (download -> success/falied -> renderStart -> fsRenderTime -> interactionTime -> destroy)
        record property , such as wxInstanceType(page/embed) ,wxParentPage(for embed) ...
        record stats : wxBundleSize、wxMaxDeepVDomLayer、wxCellUnReUseCount
        reord event : gc、press home  and so on (not impl now)
    deprecated WXMonitor
    more performance point
    add WXApmGeneratorImpl (WXApmProtocol impl case ) in demo
    lucky-chen committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    e025e47 View commit details
    Browse the repository at this point in the history