Skip to content

Commit b1e5948

Browse files
committed
upstream links
1 parent 3059121 commit b1e5948

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

  • microsoft-edge/devtools-guide-chromium/evaluate-performance

microsoft-edge/devtools-guide-chromium/evaluate-performance/reference.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,11 @@ An example of a recording when JS samples are enabled:
135135

136136
<!-- ------------------------------ -->
137137
#### Throttle the network while recording
138+
<!-- https://developer.chrome.com/docs/devtools/performance/reference#network-throttle -->
138139

139140
To throttle the network while recording:
140141

141-
1. In the **Performance** tool, click the **Capture settings** (![Capture settings](./reference-images/capture-settings-icon.png)) button.
142+
1. In the **Performance** tool, click the **Capture settings** (![Capture settings](./reference-images/capture-settings-icon.png)) button. See [Show recording settings](#show-recording-settings), above.
142143

143144
1. Set **Network** to the desired level of throttling.
144145

@@ -147,15 +148,18 @@ To throttle the network while recording:
147148

148149
<!-- ------------------------------ -->
149150
#### Throttle the CPU while recording
151+
<!-- https://developer.chrome.com/docs/devtools/performance/reference#cpu-throttle -->
150152

151153
To throttle the CPU while recording:
152154

153-
1. In the **Performance** tool, click the **Capture settings** (![Capture settings](./reference-images/capture-settings-icon.png)) button.
155+
1. In the **Performance** tool, click the **Capture settings** (![Capture settings](./reference-images/capture-settings-icon.png)) button. See [Show recording settings](#show-recording-settings), above.
154156

155157
1. Set **CPU** to the desired level of throttling.
156158

157159
<!-- todo: show or mention throttling warning icon -->
158160

161+
<!-- https://microsoftedge.github.io/Demos/devtools-performance-get-started/ -->
162+
159163
Throttling is relative to the capabilities of your computer. For example, the **2x slowdown** option makes your CPU operate twice as slow than normal. DevTools don't truly simulate the CPUs of mobile devices, because the architecture of mobile devices is very different from that of desktops and laptops.
160164

161165

0 commit comments

Comments
 (0)