chrome-devtools-frontend
Version:
Chrome DevTools UI
40 lines • 918 B
JSON
{
"dependencies": [
"components",
"perf_ui",
"data_grid",
"object_ui"
],
"modules": [
"profiler.js",
"profiler-legacy.js",
"ProfileHeader.js",
"ProfilesPanel.js",
"ProfileView.js",
"ProfileDataGrid.js",
"ProfileSidebarTreeElement.js",
"BottomUpProfileDataGrid.js",
"TopDownProfileDataGrid.js",
"ChildrenProvider.js",
"CPUProfileFlameChart.js",
"CPUProfileView.js",
"HeapProfileView.js",
"HeapProfilerPanel.js",
"HeapSnapshotProxy.js",
"HeapSnapshotDataGrids.js",
"HeapSnapshotGridNodes.js",
"HeapSnapshotView.js",
"HeapTimelineOverview.js",
"IsolateSelector.js",
"LiveHeapProfileView.js",
"ProfileLauncherView.js",
"ProfileTypeRegistry.js"
],
"resources": [
"heapProfiler.css",
"liveHeapProfile.css",
"profileLauncherView.css",
"profilesPanel.css",
"profilesSidebarTree.css"
]
}