refactor RuntimeSamplingProfile serializer#52916
Closed
hoxyq wants to merge 4 commits into
Closed
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D79131985 |
Summary: # Changelog: [Internal] We can't rely on RuntimeExecutor to actually tell us what JavaScript thread number is. Although this would work correct in most of the cases, this is not the solution we should go with. Instead, we should fetch a map <id, name> of threads from the Host. This is what we will lazily call at the start of the Trace. I will add later on top of the stack. Differential Revision: D78990872
Summary: # Changelog: [Internal] Just an aliases for referencing these ids, instead of raw uint64_t. Differential Revision: D78741191
Summary: # Changelog: [Internal] This removes the use of `PerformanceTracer` instance in a serialization logic. Differential Revision: D78919220
Summary: Pull Request resolved: facebook#52916 # Changelog: [Internal] Align with other serializers in `jsinspector-modern` to have just static public method. Differential Revision: D79131985
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D79131985 |
hoxyq
added a commit
to hoxyq/react-native
that referenced
this pull request
Jul 31, 2025
Summary: # Changelog: [Internal] Align with other serializers in `jsinspector-modern` to have just static public method. Reviewed By: rubennorte Differential Revision: D79131985
Contributor
|
This pull request has been merged in b58c2ff. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Changelog: [Internal]
Align with other serializers in
jsinspector-modernto have just static public method.Differential Revision: D79131985