-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Make it possible to add memory usage info to debug logs #6169
Labels
type: performance 🏃♀️
Performance related
Comments
cypress-bot
bot
added
the
stage: ready for work
The issue is reproducible and in scope
label
Jan 15, 2020
cypress-bot
bot
added
stage: work in progress
stage: needs review
The PR code is done & tested, needs review
and removed
stage: ready for work
The issue is reproducible and in scope
stage: work in progress
labels
Jan 15, 2020
jennifer-shehane
added
type: performance 🏃♀️
Performance related
and removed
type: feature
New feature that does not currently exist
labels
Jan 16, 2020
cypress-bot
bot
added
stage: work in progress
stage: needs review
The PR code is done & tested, needs review
and removed
stage: needs review
The PR code is done & tested, needs review
stage: work in progress
labels
Jan 24, 2020
The code for this is done in cypress-io/cypress#6171, but has yet to be released. |
cypress-bot
bot
removed
the
stage: needs review
The PR code is done & tested, needs review
label
Jan 31, 2020
Released in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current behavior:
It's difficult to see Cypress's memory usage (and mem usage of launched browsers/processes) over time, even though this data can be helpful to debug crashes.
Desired behavior:
Add a way to log out detailed memory usage in DEBUG logs.
The text was updated successfully, but these errors were encountered: