Home
last modified time | relevance | path

Searched refs:edgeCount (Results 1 – 25 of 26) sorted by relevance

12

/developtools/profiler/host/smartperf/ide/src/js-heap/model/
DDatabaseStruct.ts76 edgeCount: number;
96 edgeCount: number,
109 this.edgeCount = edgeCount;
244 edgeCount!: number;
DUiStruct.ts49 edgeCount = 0; property in ConstructorItem
93 copyItem.edgeCount = this.edgeCount;
/developtools/smartperf_host/ide/src/js-heap/model/
DDatabaseStruct.ts76 edgeCount: number;
96 edgeCount: number,
109 this.edgeCount = edgeCount;
244 edgeCount!: number;
DUiStruct.ts49 edgeCount = 0; property in ConstructorItem
93 copyItem.edgeCount = this.edgeCount;
/developtools/profiler/host/smartperf/ide/src/js-heap/utils/
DUtils.ts25 constructor.edgeCount = node.edgeCount;
/developtools/smartperf_host/ide/src/js-heap/utils/
DUtils.ts25 constructor.edgeCount = node.edgeCount;
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/
DTabPaneComparison.test.ts76 edgeCount: 11,
111 edgeCount: 80,
148 edgeCount: 30,
184 edgeCount: 31,
220 edgeCount: 0,
DTabPaneSummary.test.ts71 edgeCount: 0,
106 edgeCount: 77,
167 edgeCount: 0,
202 edgeCount: 0,
237 edgeCount: 0,
/developtools/smartperf_host/ide/src/js-heap/
DLoadDatabase.ts84 file.snapshotStruct.edgeCount = row.intValue;
105 row.edgeCount,
114 firstEdgeIndex += row.edgeCount;
DHeapDataInterface.ts179 compareNode.hasNext = node.edgeCount > 0;
189 compareNode.hasNext = node.edgeCount > 0;
/developtools/profiler/host/smartperf/ide/src/js-heap/
DLoadDatabase.ts88 file.snapshotStruct.edgeCount = row.intValue;
109 row.edgeCount,
118 firstEdgeIndex += row.edgeCount;
DHeapDataInterface.ts180 compareNode.hasNext = node.edgeCount > 0;
190 compareNode.hasNext = node.edgeCount > 0;
/developtools/smartperf_host/ide/src/js-heap/logic/
DHeapLoader.ts43 private edgeCount: number; property in HeapLoader
58 this.edgeCount = fileStruct.snapshotStruct.edgeCount;
68 this.retainingNodes = new Uint32Array(this.edgeCount); //每一个值为node index
69 this.retainingEdges = new Uint32Array(this.edgeCount); // 每一个值为edge index
133 for (let i = 0; i < node.edgeCount; i++) {
237 let edgeEnd = node.firstEdgeIndex + node.edgeCount;
786 instanceItem.childCount = node.edgeCount;
806 nodeItem.childCount = node.edgeCount;
916 instanceItem.childCount = instanceItem.edgeCount = childNode.edgeCount;
/developtools/profiler/host/smartperf/ide/src/js-heap/logic/
DHeapLoader.ts43 private edgeCount: number; property in HeapLoader
58 this.edgeCount = fileStruct.snapshotStruct.edgeCount;
68 this.retainingNodes = new Uint32Array(this.edgeCount); //每一个值为node index
69 this.retainingEdges = new Uint32Array(this.edgeCount); // 每一个值为edge index
133 for (let i = 0; i < node.edgeCount; i++) {
237 let edgeEnd = node.firstEdgeIndex + node.edgeCount;
786 instanceItem.childCount = node.edgeCount;
806 nodeItem.childCount = node.edgeCount;
916 instanceItem.childCount = instanceItem.edgeCount = childNode.edgeCount;
/developtools/smartperf_host/ide/test/js-heap/utils/
DUtils.test.ts37 edgeCount: 1,
/developtools/smartperf_host/ide/test/js-heap/model/
DUiStruct.test.ts53 edgeCount:1,
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.cpp50 int32_t edgeCount; member
104 j.at("edge_count").get_to(v.edgeCount); in from_json()
406 auto edgeCount = snapshot.edgeCount; in ParserJSSnapInfo() local
409 … (void)traceDataCache_->GetJsHeapInfoData()->AppendNewData(fileId, "edge_count", 0, edgeCount, ""); in ParserJSSnapInfo()
422 auto edgeCount = node.edgeCounts[i]; in ParseNodes() local
425 …raceDataCache_->GetJsHeapNodesData()->AppendNewData(fileId, i, type, name, id, selfSize, edgeCount, in ParseNodes()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.cpp50 int32_t edgeCount; member
104 j.at("edge_count").get_to(v.edgeCount); in from_json()
443 auto edgeCount = snapshot.edgeCount; in ParserJSSnapInfo() local
446 … (void)traceDataCache_->GetJsHeapInfoData()->AppendNewData(fileId, "edge_count", 0, edgeCount, ""); in ParserJSSnapInfo()
459 auto edgeCount = node.edgeCounts[i]; in ParseNodes() local
462 …raceDataCache_->GetJsHeapNodesData()->AppendNewData(fileId, i, type, name, id, selfSize, edgeCount, in ParseNodes()
/developtools/smartperf_host/ide/test/js-heap/logic/
DHeapLoader.test.ts73 edgeCount: 215,
168 edgeCount: 0,
DAllocation.test.ts102 edgeCount: 432,
/developtools/smartperf_host/ide/test/js-heap/
DHeapDataInterface.test.ts50 edgeCount: 35375,
/developtools/smartperf_host/trace_streamer/test/unittest/
Djs_memory_test.cpp136 auto edgeCount = stream_.traceDataCache_->GetConstJsHeapNodesData().EdgeCounts()[0]; variable
137 EXPECT_EQ(3575, edgeCount);
310 auto edgeCount = stream_.traceDataCache_->GetConstJsHeapNodesData().EdgeCounts()[0]; variable
311 EXPECT_EQ(3575, edgeCount);
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp2569 uint32_t edgeCount, in AppendNewData() argument
2579 edgeCounts_.emplace_back(edgeCount); in AppendNewData()
Dtrace_stdtype.h2147 uint32_t edgeCount,
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp2618 uint32_t edgeCount, in AppendNewData() argument
2628 edgeCounts_.emplace_back(edgeCount); in AppendNewData()

12