A framework for building native applications using React
fix: `performance.measure` with mark names (#46786)
Summary: This PR improves PerformanceObserver Native Public API and fixes issue with `performance.measure` not working with mark names. ## Changelog: - Made `PerformanceEntryReporter::report[Mark|Measure]` return the created entry with computed data. - Updated JS-Native interface to return computed data from Native side to JS. - Updated JS tests [GENERAL] [FIXED] - Fixed `performance.measure` with mark names [GENERAL] [INTERNAL] - `PerformanceEntryReporter::reportMark` and `PerformanceEntryReporter::reportMeasaure` now return created performance entries. Pull Request resolved: https://github.com/facebook/react-native/pull/46786 Test Plan: - [ ] Update JS tests - [ ] Update Native tests Reviewed By: rshest Differential Revision: D64466057 Pulled By: rubennorte fbshipit-source-id: d280d66c268a9830fbc9e6f3304e108ecf870a59
R
Robert Pasiński committed
32f7b3b4e0b8be1d1138f43c46b3c86d9a64c29a
Parent: ff11354
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 10/17/2024, 2:25:50 PM