Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(683)

Unified Diff: third_party/WebKit/Source/devtools/protocol.json

Issue 1911643002: Add configurable limit to allocations in heap profiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Whitespace change Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/protocol.json
diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
index 5a14e031f122d47980bb4c0e26dac9942c530b0d..504b8b5a0dcddf2faf50c2183b3e37bf3d1ef20a 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -4718,21 +4718,9 @@
"domain": "Tracing",
"types": [
{
- "id": "MemoryDumpTrigger",
- "type": "object",
- "properties": [
- { "name": "mode", "type": "string", "enum": ["light", "detailed"], "description": "Level of detail of the triggered memory dumps." },
- { "name": "periodicIntervalMs", "type": "integer", "description": "Length of the periodic intervals between the triggered memory dumps." }
- ],
- "description": "Memory dump trigger configuration."
- },
- {
"id": "MemoryDumpConfig",
"type": "object",
- "properties": [
- { "name": "triggers", "type": "array", "items": { "$ref": "MemoryDumpTrigger" }, "optional": false, "description": "Memory dump trigger configuration." }
- ],
- "description": "Configuration for memory dump triggers. Used only when \"memory-infra\" category is enabled."
+ "description": "Configuration for memory dump. Used only when \"memory-infra\" category is enabled."
},
{
"id": "TraceConfig",
« no previous file with comments | « base/trace_event/trace_config_unittest.cc ('k') | third_party/WebKit/Source/platform/web_process_memory_dump_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698