react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Add Systrace instrumentation to RuntimeScheduler

Open rubennorte opened this issue 2 years ago • 4 comments

Summary: This adds systrace sections for the most relevant parts of RuntimeScheduler. This helps us identify how things are scheduled, which in this case makes it obvious we're not dispatching events the most efficient way (as top-level callbacks in the runtime executor instead of as tasks in the scheduler).

Changelog: [internal]

Differential Revision: D46556399

rubennorte avatar Jun 14 '23 13:06 rubennorte

This pull request was exported from Phabricator. Differential Revision: D46556399

facebook-github-bot avatar Jun 14 '23 13:06 facebook-github-bot

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,333,786 +84
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 9,573,310 +63
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 5323221d1442d1573bc65daff618478cb6f056f0 Branch: main

analysis-bot avatar Jun 14 '23 13:06 analysis-bot

This pull request was exported from Phabricator. Differential Revision: D46556399

facebook-github-bot avatar Jun 14 '23 14:06 facebook-github-bot

This pull request was exported from Phabricator. Differential Revision: D46556399

facebook-github-bot avatar Jun 15 '23 09:06 facebook-github-bot

This pull request was exported from Phabricator. Differential Revision: D46556399

facebook-github-bot avatar Jul 20 '23 15:07 facebook-github-bot

This pull request was exported from Phabricator. Differential Revision: D46556399

facebook-github-bot avatar Sep 15 '23 12:09 facebook-github-bot

This pull request was exported from Phabricator. Differential Revision: D46556399

facebook-github-bot avatar Sep 18 '23 15:09 facebook-github-bot

This pull request was exported from Phabricator. Differential Revision: D46556399

facebook-github-bot avatar Sep 19 '23 10:09 facebook-github-bot

This pull request was exported from Phabricator. Differential Revision: D46556399

facebook-github-bot avatar Sep 19 '23 10:09 facebook-github-bot

This pull request was exported from Phabricator. Differential Revision: D46556399

facebook-github-bot avatar Sep 19 '23 13:09 facebook-github-bot

This pull request was exported from Phabricator. Differential Revision: D46556399

facebook-github-bot avatar Sep 19 '23 14:09 facebook-github-bot

This pull request has been merged in facebook/react-native@8fe2da53919d3163697945721c686cb8e10081fa.

facebook-github-bot avatar Sep 19 '23 16:09 facebook-github-bot