summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/devtools/front_end/profiler/module.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/devtools/front_end/profiler/module.json')
-rw-r--r--chromium/third_party/WebKit/Source/devtools/front_end/profiler/module.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/devtools/front_end/profiler/module.json b/chromium/third_party/WebKit/Source/devtools/front_end/profiler/module.json
new file mode 100644
index 00000000000..37a56799c4d
--- /dev/null
+++ b/chromium/third_party/WebKit/Source/devtools/front_end/profiler/module.json
@@ -0,0 +1,31 @@
+{
+ "extensions": [
+ {
+ "type": "@WebInspector.Panel",
+ "name": "profiles",
+ "title": "Profiles",
+ "order": 4,
+ "className": "WebInspector.ProfilesPanel"
+ },
+ {
+ "type": "@WebInspector.ContextMenu.Provider",
+ "contextTypes": ["WebInspector.RemoteObject"],
+ "className": "WebInspector.ProfilesPanel.ContextMenuProvider"
+ },
+ {
+ "type": "ui-setting",
+ "section": "Profiler",
+ "title": "Show advanced heap snapshot properties",
+ "settingName": "showAdvancedHeapSnapshotProperties",
+ "settingType": "checkbox"
+ },
+ {
+ "type": "ui-setting",
+ "section": "Profiler",
+ "title": "High resolution CPU profiling",
+ "settingName": "highResolutionCpuProfiling",
+ "settingType": "checkbox"
+ }
+ ],
+ "scripts": [ "ProfilesPanel.js" ]
+}