mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove unnecessary systrace section from UIManagerBinding (#44003)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44003 Changelog: [internal] This systrace section isn't providing any value, as the durations are always negligible. Reviewed By: christophpurrer Differential Revision: D55921320 fbshipit-source-id: 95e1de3359ecc0cde3e913b6f77b567cdd126214
This commit is contained in:
committed by
Facebook GitHub Bot
parent
403bbae1f2
commit
ea566ad70d
@@ -196,7 +196,6 @@ jsi::Value UIManagerBinding::get(
|
||||
jsi::Runtime& runtime,
|
||||
const jsi::PropNameID& name) {
|
||||
auto methodName = name.utf8(runtime);
|
||||
SystraceSection s("UIManagerBinding::get", "name", methodName);
|
||||
|
||||
// Convert shared_ptr<UIManager> to a raw ptr
|
||||
// Why? Because:
|
||||
|
||||
Reference in New Issue
Block a user