-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Test automatic extension host profiling #64222
Comments
Works nicely overall and I like the flow. Great job. |
Blocked by testing some of this by #64388. Any reason why I would not be seeing the user facing alerts? |
@mjbvz you need a repo url - we don't wanna blame extensions that don't have an issue url. |
Thanks. Everything looks good once I added the repo |
Refs: #60332
Complexity: 4
When an extension takes over the extension host process we now start to profile and to point out those extensions. This is how it works:
With an extension doing heavy work, like dump fibonacci number computation, test the following:
The text was updated successfully, but these errors were encountered: