Home
last modified time | relevance | path

Searched refs:children (Results 1 – 25 of 155) sorted by relevance

1234567

/developtools/smartperf_host/ide/src/trace/component/chart/
DFrameChart.ts157 if (node.children && node.children.length > 0) {
160 for (let children of node.children) {
161 children.parent = node;
163 parentSize += children.size;
164 parentCount += children.count;
165 parentDuration += children.dur;
167 this.calMaxDepth(children, depth, isCalRoot, isCalDisplay);
400 if (node.children && node.children.length > 0) {
401 for (let children of node.children) {
403 children.parent = node;
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/chart/
DFrameChart.ts157 if (node.children && node.children.length > 0) {
160 for (let children of node.children) {
161 children.parent = node;
163 parentSize += children.size;
164 parentCount += children.count;
165 parentDuration += children.dur;
167 this.calMaxDepth(children, depth, isCalRoot, isCalDisplay);
400 if (node.children && node.children.length > 0) {
401 for (let children of node.children) {
403 children.parent = node;
[all …]
/developtools/profiler/host/smartperf/ide/src/js-heap/logic/
DAllocation.ts105 let children = this.traceNodes[childrenId - 1].clone();
106 children.size = node.size;
107 children.count = node.count;
108 children.liveSize = node.liveSize;
109 children.liveCount = node.liveCount;
110 node.parents.push(children);
115 let children = this.traceNodes[childrenId - 1].clone();
116 children.size = node.size;
117 children.count = node.count;
118 children.liveSize = node.liveSize;
[all …]
/developtools/smartperf_host/ide/src/js-heap/logic/
DAllocation.ts105 let children = this.traceNodes[childrenId - 1].clone();
106 children.size = node.size;
107 children.count = node.count;
108 children.liveSize = node.liveSize;
109 children.liveCount = node.liveCount;
110 node.parents.push(children);
115 let children = this.traceNodes[childrenId - 1].clone();
116 children.size = node.size;
117 children.count = node.count;
118 children.liveSize = node.liveSize;
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMCallTree.test.ts53 children: [],
63 { size: 10, count: 20, children: [] },
64 { size: 11, count: 21, children: [] },
65 { size: 21, count: 31, children: [] },
76 children: [],
85 children: [],
125 { size: 10, count: 20, children: [] },
126 { size: 11, count: 21, children: [] },
127 { size: 21, count: 31, children: [] },
165 { id: 0, count: 20, children: [] },
[all …]
DTabPaneNMSampleList.test.ts53 children: [],
87 children: [],
106 children: [],
123 children: [],
157 children: [],
173 children: [snapshot],
189 children: [snapshot],
250 children: samplerInfo,
274 children: samplerInfo,
298 children: [],
[all …]
/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTree.ts26 children?: Array<TreeItemData> | null | undefined; property
58 if (!value.children) {
59 value.children = new Proxy([], handler);
61 value.children = new Proxy(value.children, handler);
86 if (!a.children) {
87 a.children = new Proxy([], handler);
89 a.children = new Proxy(a.children, handler);
90 setProxy(a.children || []);
224 if (a.children && a.children.length > 0) {
236 this.drawTree(ul, a.children);
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/
DTabPaneGpuClickSelect.ts28 children?: GpuTreeItem[] | undefined; property
49 this.gpuSource = (gpu.type === 'total' ? items[0].children : items) || [];
73 let moduleGroup = windowGroup.children!.find((it) => it.id === item.moduleId);
77 moduleGroup.children?.push(categoryItem);
79 windowGroup.children?.push({
84 children: [categoryItem],
93 children: [
99 children: [categoryItem],
151 if (it.children) {
152 deepCompare(it.children);
/developtools/ace_ets2bundle/compiler/
D如何新增或修改组件指导规范.md17 "children": [],
29 | children(可选,默认所有组件可用) | 子组件只能是哪些组件 |
45 children?,
54 children?,
63 children?,
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/snapshot/
DTabPaneSummary.ts115 getList(row.children);
122 getList(that.retainsData[0].children);
181 if (data.children.length > 0) {
182 data.children.sort(function (a: ConstructorItem, b: ConstructorItem) {
185 data.children.forEach((summaryDataEl: any) => {
255 getList(currentRow.children);
262 getList(data.children);
381 if (row.children.length > 0) {
382 getList(row.children);
386 getList(currentLeftItem.children);
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneIOTierStatistics.ts92 node: { ...initIoTierItem, children: [] },
125 children: [],
140 currentChildObject.children.push(this.getInitData(resultItem, 'path', null));
144 children: [this.getInitData(resultItem, 'path', null)],
160 currentFatherObject.children.push(this.getInitData(resultItem));
164 children: [this.getInitData(resultItem)],
181 sp!.children = [];
200 data.children.forEach((e: any) => {
208 sp!.children.push(data);
211 ioTierAllNode.children.push(ioTierNode);
[all …]
DTabPaneVirtualMemoryStatistics.ts102 node: { ...initVmMemoryStatItem, children: [] },
134 children: [],
145 vmMemoryStatChildObj.children.push(
151 children: [
165 vmMemoryStatFatherObj.children.push(this.getInitData(item));
169 children: [this.getInitData(item)],
186 sp!.children = [];
212 data.children.forEach((e: any) => {
223 sp!.children.push(data);
226 vmMemoryStatAllNode.children.push(vmMemoryStatNode);
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/
DTabPaneIOTierStatistics.ts92 node: { ...initIoTierItem, children: [] },
125 children: [],
140 currentChildObject.children.push(this.getInitData(resultItem, 'path', null));
144 children: [this.getInitData(resultItem, 'path', null)],
160 currentFatherObject.children.push(this.getInitData(resultItem));
164 children: [this.getInitData(resultItem)],
181 sp!.children = [];
200 data.children.forEach((e: any) => {
208 sp!.children.push(data);
211 ioTierAllNode.children.push(ioTierNode);
[all …]
DTabPaneVirtualMemoryStatistics.ts102 node: { ...initVmMemoryStatItem, children: [] },
134 children: [],
145 vmMemoryStatChildObj.children.push(
151 children: [
165 vmMemoryStatFatherObj.children.push(this.getInitData(item));
169 children: [this.getInitData(item)],
186 sp!.children = [];
212 data.children.forEach((e: any) => {
223 sp!.children.push(data);
226 vmMemoryStatAllNode.children.push(vmMemoryStatNode);
[all …]
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Drich_component_map.js23 children: ['span'], property
53 children: ['a', 'span', 'tspan', 'textpath', 'animate', 'animatetransform'], property
74 children: ['span'], property
236 children: ['option'], property
294 children: ['navigation-menu', 'select', 'tab-bar'], property
315 children: ['option'], property
448children: ['svg', 'circle', 'ellipse', 'line', 'path', 'polygon', 'polyline', 'rect', 'text', 'ani… property
495 children: ['tspan', 'textpath', 'animate', 'animatetransform'], property
510 children: ['animate', 'animatetransform', 'animatemotion'], property
540 children: ['animate', 'animatetransform', 'animatemotion'], property
[all …]
/developtools/smartperf_host/ide/src/trace/bean/
DPerfBottomUpStruct.ts25 children: Array<PerfBottomUpStruct>;
33 this.children = [];
38 this.children.push(child);
46 const sum = this.children.reduce((total, obj) => total + obj.totalTime, 0);
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_cpu_profiler_parser.cpp34 std::string children; member
54 auto children = std::to_string(child); in from_json() local
55 node.children += children + ","; in from_json()
84 auto children = node.children; in ParseJsCpuProfiler() local
85 children = children.substr(0, children.size() - 1); in ParseJsCpuProfiler()
91 … id, functionNameKey, scriptId, urlKey, lineNumber, columnNumber, hitCount, children, parentId); in ParseJsCpuProfiler()
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMCallInfo.ts134 if (this.getParentTree(hook.children as Array<NativeHookCallInfo>, target, parents)) {
143 …getChildTree(src: Array<NativeHookCallInfo>, eventId: number, children: Array<NativeHookCallInfo>)…
145 if (hook.eventId == eventId && hook.children.length == 0) {
146 children.push(hook);
149 if (this.getChildTree(hook.children as Array<NativeHookCallInfo>, eventId, children)) {
150 children.push(hook);
160 let children: Array<NativeHookCallInfo> = [];
166 if (hook.children.length == 0) {
172 hook.children.map((hookChild) => {
179 this.getChildTree(hook.children as Array<NativeHookCallInfo>, maxEventId, children);
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneJsCpu.ts87 if (item.children && item.children.length > 0) {
88 item.children.forEach((it) => {
103 setTabData(item.children);
119 const getHeaviestChildren = (children: Array<JsCpuProfilerTabStruct>) => {
120 if (children.length === 0) {
123 const heaviestChild = children.reduce((max, struct) =>
127 getHeaviestChildren(heaviestChild.children);
145 getHeaviestChildren(data.children);
195 if (sample.children.length > 0) {
196 this.findSearchNode(sample.children, search);
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/process/
DTabPaneStaticInit.ts30 children: SoTreeItem[] | undefined; property
63 children: [],
67 if (ps && ps.children) {
69 ps.children!.push(so);
77 children: [so],
84 it.children!.forEach((child) => {
141 this.staticinitSource.forEach((it) => it.children?.sort(compare));
DTabPaneStartup.ts31 children: StartupTreeItem[] | undefined; property
64 children: [],
68 if (ps && ps.children) {
70 ps.children!.push(startup);
79 children: [startup],
89 it.children!.forEach((child) => {
161 startup.children?.sort(compare);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/
DTabPaneStaticInit.ts30 children: SoTreeItem[] | undefined; property
63 children: [],
67 if (ps && ps.children) {
69 ps.children!.push(so);
77 children: [so],
84 it.children!.forEach((child) => {
141 this.staticinitSource.forEach((it) => it.children?.sort(compare));
DTabPaneStartup.ts31 children: StartupTreeItem[] | undefined; property
64 children: [],
68 if (ps && ps.children) {
70 ps.children!.push(startup);
79 children: [startup],
89 it.children!.forEach((child) => {
161 startup.children?.sort(compare);
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerJsCpuProfiler.ts135 } else if (data.children.length > 0) {
136 this.findSamplesIds(data.children, lastLayerData, samplesIds);
158 if (!parentSymbol.children) {
159 parentSymbol.children = new Array<JsProfilerSymbol>();
161 parentSymbol.children.push(item);
273 parent.children.push(tabCallFrame);
276 tabCallFrame.chartFrameChildren?.push(...chartFrame.children);
298 frame.children = [];
303 frame.children.push(copyParent);
348 if (chartFrame.children.length > 0) {
[all …]
/developtools/profiler/host/smartperf/ide/src/js-heap/
DHeapDataInterface.ts153 let children = new Array<ConstructorItem>(); variable
156 children = node.classChildren;
160 children = filStruct!.heapLoader.getNextNode(node);
163 return children;
172 let children = new Array<ConstructorItem>(); variable
181 children.push(compareNode);
191 children.push(compareNode);
194 children = this.getNextForConstructor(comparisonNode);
196 return children;

1234567