Clearing the old systrace plumbing to make way for improved one #149
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.
Please select one of the following
Description of changes
Systrace is a tracing framework used by Facebook. The implementation of the tracing framework (which they call fbsystrace) is not available in open source. But, all the systrace markers are present in the react native code. In the past we had used these markers in various ways to generate performance tracing and telemetry. The tracing statements gets enabled using a conditional compilation flag "WITH_FBSYSTRACE". The current plubming has a number of deficiencies,
Our new approach is supposed to fix all these. These will be another PR in the RNW repo with the new plumbing.
Focus areas to test
Only the tracing.
Microsoft Reviewers: Open in CodeFlow