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

Add telemetry to measure debugger start up time. #7332

Closed
karthiknadig opened this issue Sep 11, 2019 · 1 comment
Closed

Add telemetry to measure debugger start up time. #7332

karthiknadig opened this issue Sep 11, 2019 · 1 comment
Assignees
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc. feature-request Request for new features or functionality

Comments

@karthiknadig
Copy link
Member

Add telemetry to measure the time it takes from hitting F5 or "Play button" to when the user code starts running. With ptvsd debugger the user code starts running as a part of handling configurationDone request. For measurement purposes we can use the configurationDone response.

@karthiknadig karthiknadig added feature-request Request for new features or functionality debt Covers everything internal: CI, testing, refactoring of the codebase, etc. triage-needed Needs assignment to the proper sub-team labels Sep 11, 2019
@karthiknadig karthiknadig self-assigned this Sep 11, 2019
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Sep 11, 2019
@gramster gramster added this to the September sprint 2019.1 milestone Sep 16, 2019
@karthiknadig
Copy link
Member Author

We are getting the events:
image

@ghost ghost removed the needs PR label Oct 1, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc. feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants