-
Notifications
You must be signed in to change notification settings - Fork 542
Update to DevTools enhanced traces documentation #3615
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
base: main
Are you sure you want to change the base?
Conversation
microsoft-edge/devtools/performance/share-performance-traces.md
Outdated
Show resolved
Hide resolved
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 2b77065: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. |
|
Learn Build status updates of commit bc133b4: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit cba66ef: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 26575e6: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. |
microsoft-edge/devtools/performance/share-performance-traces.md
Outdated
Show resolved
Hide resolved
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 9baaaef: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. |
| * **Include script sources in .devtools traces**. | ||
| * **Include DOM snapshots in .devtools traces (experimental)**. | ||
|
|
||
| <!-- todo: create png & un-comment after new ui is in canary: --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create enhanced-trace-options.png, after new ui is in canary
shows the Settings panel in DevTools, showing the trace options
|
|
||
| 1. When the snapshot is recorded, click the **Save** button in the **Memory** tool sidebar: | ||
|
|
||
| <!-- todo: create png & un-comment after new ui is in canary: --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create exporting-memory-trace.png, after new ui is in canary
shows Edge w/ DevTools, showing the Memory tool, with the Save button
|
|
||
| 1. Choose the trace type and a location to save the trace file on your disk. Select `.devtools` if you want to include console messages, script sources, and DOM elements. Otherwise, select `.heapsnapshot`, `.heapprofile`, or `.heaptimeline`. | ||
|
|
||
| <!-- todo: create png & un-comment after new ui is in canary: --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create saving-memory-trace.png, after new ui is in canary
shows the Windows save dialog, showing the memory trace file being saved in a traces folder
| * [JavaScript debugging features](../javascript/reference.md) | ||
| * [Run snippets of JavaScript on any webpage](../javascript/snippets.md) | ||
|
|
||
| <!-- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update 404 link: [Save performance traces] ( https://developer.chrome.com/docs/performance/save-trace/ )
maybe copy valid link into article body
https://developer.chrome.com/s/results?q=Save%20performance%20trace
|
Learn Build status updates of commit 5e9b2f7: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. |
|
|
||
| 1. Select or clear the checkboxes, to control what information to include in the trace file: | ||
|
|
||
| * The **Include annotations** checkbox.<!-- tooltip: todo; none? --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check latest UI in dialog, note the tooltips
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit add1b3e: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
Rendered article sections for review:
Share memory traces with more data
/devtools/experimental-features/share-memory-traces.mdShare enhanced performance and memory traces
/devtools/experimental-features/share-traces.mdShare performance traces with more data
/devtools/performance/share-performance-traces.mdBackground
Enhanced performance traces is shipped upstream. There is a new export UI, and it's no longer considered an experiment. The documentation for this file will live under the Performance section.
Enhanced memory traces remain only downstream. We will keep this documentation under the Experimental features section.
Also, we are no longer using the term "enhanced traces" publicly and it will only be used internally. We need to update our documentation to remove this term.
AB#59906695