| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -208,7 +208,11 @@ by V8. Chrome DevTools Protocol domain provides an interface for interacting | |||
| 208 | 208 | with one of the runtime agents used to inspect the application state and listen | |
| 209 | 209 | to the run-time events. | |
| 210 | 210 | ||
| 211 | - ## Example usage | ||
| 211 | + You can not set `reportProgress` to `true` when sending a | ||
| 212 | + `HeapProfiler.takeHeapSnapshot` or `HeapProfiler.stopTrackingHeapObjects` | ||
| 213 | + command to V8. | ||
| 214 | + | ||
| 215 | + #### Example usage | ||
| 212 | 216 | ||
| 213 | 217 | Apart from the debugger, various V8 Profilers are available through the DevTools | |
| 214 | 218 | protocol. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1051,7 +1051,7 @@ Start collecting GC data. | |||
| 1051 | 1051 | added: REPLACEME | |
| 1052 | 1052 | --> | |
| 1053 | 1053 | ||
| 1054 | - Stop collecting GC data and return a object.The content of object | ||
| 1054 | + Stop collecting GC data and return an object.The content of object | ||
| 1055 | 1055 | is as follows. | |
| 1056 | 1056 | ||
| 1057 | 1057 | ```json | |
| Back | FazBrowse Home | New Git URL |
0 commit comments