Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move PerformanceEntryReporter to its own target #43854

Closed
wants to merge 4 commits into from

Commits on Apr 9, 2024

  1. Fix problems in PerformanceObserver notifications

    Differential Revision: D55646390
    rubennorte authored and facebook-github-bot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0e0377a View commit details
    Browse the repository at this point in the history
  2. Add example of Event Timing API in RNTester examples

    Differential Revision: D55646393
    rubennorte authored and facebook-github-bot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d0463ee View commit details
    Browse the repository at this point in the history
  3. Decouple PerformanceEntryReporter from NativePerformanceObserver

    Differential Revision: D55646394
    rubennorte authored and facebook-github-bot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f8eda4a View commit details
    Browse the repository at this point in the history
  4. Move PerformanceEntryReporter to its own target (facebook#43854)

    Summary:
    Pull Request resolved: facebook#43854
    
    Changelog: [internal]
    
    ## Context
    
    This is part of a refactor to decouple the performance entry reporter from the rendering infra and from the native module that uses it.
    
    ## Changes
    
    This moves the `PerformanceEntryReporter` and related classes to their own target in `ReactCommon/react/performance/timeline` that's not coupled with any rendering logic.
    
    Reviewed By: sammy-SC
    
    Differential Revision: D55646391
    rubennorte authored and facebook-github-bot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7d00bdb View commit details
    Browse the repository at this point in the history