Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduling Profiler: Add marks for component effects (mount and unmount) #22578

Merged

Commits on Oct 18, 2021

  1. Scheduling Profiler: Add marks for component effects (mount and unmount)

    This enables the Scheduling Profiler to be used to drill down into components that have long effects without requiring users to drill into the CPU sample flame chart (assuming that's even part of the profiler). It's nice to avoid this flame chart because it has a lot of React internals in it.
    Brian Vaughn committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    6e43ad5 View commit details
    Browse the repository at this point in the history