Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make TTRC markers consistent between Bridge and Bridgeless
Summary: The purpose of this change is to make TTRC markers work similarly for bridge loading and bridgeless loading so we could compare performance between them. There are mainly four cases involved: ```REACT_BRIDGE_LOADING_START, REACT_BRIDGE_LOADING_END, REACT_BRIDGELESS_LOADING_START, REACT_BRIDGELESS_LOADING_END ``` First 2 are for beginning/ending of bridge loading which includes creating fragment, loading JS bundle, running JS bundle and creating react instance. Last 2 are for similar purpose with bridgeless. Changelog: [Internal] Reviewed By: lunaleaps Differential Revision: D26514499 fbshipit-source-id: 65d6f3cc7de9e07a7a3a802dd77138e74c23aa5b
- Loading branch information