-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make SystraceSection feed into Instruments signposts API (#44496)
Summary: Pull Request resolved: #44496 When doing performance profiling on a React Native iOS app and trying to identify bottlenecks on the native side it can be helpful to correlate actions to what is happening inside React Native. We already have the SystraceSection class for this, but it does nothing in open source. This diff allows SystraceSection to feed into the Instruments signpost API on iOS/macOS. Changelog: [iOS][Added] - Add Instruments signposts API for SystraceSection Reviewed By: sammy-SC Differential Revision: D56280451 fbshipit-source-id: 4e962e932b6b6e09e5953abdc1aa621a2723c91e
- Loading branch information
1 parent
91d12d9
commit 840c31c
Showing
1 changed file
with
100 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters