| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index a2242e9f4c812d366f566121621a2824d7086313..8f2313095280c2781c1c16c04ac65c9ae8d19c3b 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -3325,6 +3325,13 @@
|
| "name": "disable"
|
| },
|
| {
|
| + "name": "setSamplingInterval",
|
| + "parameters": [
|
| + { "name": "interval", "type": "integer", "description": "New sampling interval in microseconds." }
|
| + ],
|
| + "description": "Changes CPU profiler sampling interval. Must be called before CPU profiles recording started."
|
| + },
|
| + {
|
| "name": "start"
|
| },
|
| {
|
|
|