-
Notifications
You must be signed in to change notification settings - Fork 0
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
Blockers #1
Comments
When React finishes "render" work, it could be for a few reasons:
I don't understand this question. DevTools Profiler works fine at the link you sent. May be worth pointing out that there is an ongoing Chromium bug that impacts React DevTools (as well as many other extensions) that might be what you're asking about? facebook/react#19002
Going to need more info here. Which "user timing marks" are you referring to? and what do you mean by "at the same time"? |
Sorry I wasn't clear in my post and realized I used incorrect terms to refer to different things. I've edited my original post, hopefully that helps explain my thoughts better @bvaughn. |
Ah ok. I think you're asking about the fact that the Yes, this will likely require a bit of rethinking. Not sure if you saw my comment over on MLH-Fellowship/react#5 (comment), but I'm going to chat with the team during our sync today (in a couple of hours) and hopefully get back to you soon about this. |
Yes, I did. Thanks! |
"produce test data" as in...new test data? That will require adding the new user timing marks to React behind a feature flag. You could produce test data using an older build of React (from my old branch facebook/react#17772) too though if you'd rather not wait. Just be aware that the data may be different than what we're going to end up with given the |
Alright, I'll add a dummy import button until user timing marks are added. Thanks. |
I could probably dig up a JSON file from a few months back if you'd just like some sample data, but really... probably just design the button and get the file import logic working to parse any JSON for now, then hold off until tomorrow when we know a little more about the lanes update my other comment refers to :) |
Unknowns/Need info
I used multiple captured json performance profiles from the above test app with the scheduler and got empty graphs.
Extra info: How was the data recorded for the demo?
lanes
branch displays multiple cooperative chunks of work running at the same time, does it still needs to be worked on? (Can't check without test data).Needs further investigation
The text was updated successfully, but these errors were encountered: