Skip to content

Add article "Customize your performance data with extensibility API" #3406

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

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
53bad66
draft
mikehoffms Mar 13, 2025
1b10e3e
update detailed toc
mikehoffms Mar 13, 2025
3e20703
Merge branch 'main' into user/mikehoffms/extensibility
mikehoffms Mar 19, 2025
5cac39f
whitespace
mikehoffms Mar 19, 2025
3f3d59c
linkfix
mikehoffms Mar 19, 2025
f2c2464
Merge branch 'main' into user/mikehoffms/extensibility
mikehoffms Mar 24, 2025
f1e91ea
Merge branch 'main' into user/mikehoffms/extensibility
mikehoffms Mar 26, 2025
17893d9
Merge branch 'main' into user/mikehoffms/extensibility
mikehoffms Apr 3, 2025
4a21116
test backticks in link text
mikehoffms Apr 4, 2025
ab3c322
backticks in headings
mikehoffms Apr 4, 2025
ec76a14
Merge branch 'main' into user/mikehoffms/extensibility
mikehoffms Apr 8, 2025
c22d23b
Merge branch 'main' into user/mikehoffms/extensibility
mikehoffms Apr 24, 2025
0844b6f
Merge branch 'main' into user/mikehoffms/extensibility
mikehoffms Apr 29, 2025
2086b7b
Merge branch 'main' into user/mikehoffms/extensibility
mikehoffms May 14, 2025
8c9380a
Merge branch 'main' into user/mikehoffms/extensibility
mikehoffms May 21, 2025
af24e29
Merge branch 'main' into user/mikehoffms/extensibility
mikehoffms May 27, 2025
12672ca
fresh re-paste, some pngs
mikehoffms May 28, 2025
9673ea3
See Also links
mikehoffms May 28, 2025
d27511a
***
mikehoffms May 28, 2025
22ed295
Merge branch 'main' into user/mikehoffms/extensibility
mikehoffms May 28, 2025
e4c6745
syntax, Gallery code
mikehoffms May 28, 2025
2d9d57f
Customize mark()
mikehoffms May 30, 2025
91f822b
linkfix
mikehoffms May 30, 2025
f40d195
link timeStamp() Ref
mikehoffms May 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
522 changes: 522 additions & 0 deletions microsoft-edge/devtools-guide-chromium/performance/extension.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ Cloning the repo is recommended over downloading the repo, so that you can pull

To clone the **MicrosoftEdge / Demos** repo to your local drive:

1. In a command prompt, enter `git` to check whether git is installed.

1. If not done already, [Download git](https://git-scm.com/downloads) and install it.

1. Go to [MicrosoftEdge / Demos](https://github.com/MicrosoftEdge/Demos) in a new window or tab.

1. Click the **Code** drop-down button, and then click the **Copy url to clipboard** button.
Expand Down
4 changes: 4 additions & 0 deletions microsoft-edge/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,10 @@
- name: Analyze CSS selector performance during Recalculate Style events
href: ./devtools-guide-chromium/performance/selector-stats.md
displayName: Performance tool, css selector stats, css selectors, selector stats, selector statistics, css selector statistics

- name: Customize your performance data with extensibility API
href: ./devtools-guide-chromium/performance/extension.md
displayName: Performance tool
# Memory tool -----------------------------------------------------------------
- name: Memory tool
items:
Expand Down