UNPKG

strong-arc

Version:

A visual suite for the StrongLoop API Platform

55 lines (54 loc) 1.72 kB
{ "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": "Record heap allocation stack traces", "settingName": "recordAllocationStacks", "settingType": "checkbox" }, { "type": "ui-setting", "section": "Profiler", "title": "High resolution CPU profiling", "settingName": "highResolutionCpuProfiling", "settingType": "checkbox" } ], "scripts": [ "ProfilesPanel.js", "CPUProfileDataGrid.js", "CPUProfileBottomUpDataGrid.js", "CPUProfileTopDownDataGrid.js", "CPUProfileFlameChart.js", "CPUProfileView.js", "HeapSnapshotCommon.js", "HeapSnapshotProxy.js", "HeapSnapshotDataGrids.js", "HeapSnapshotGridNodes.js", "HeapSnapshotView.js", "ProfileLauncherView.js", "CanvasProfileView.js", "CanvasReplayStateView.js", "ProfileTypeRegistry.js" ] }