Searched refs:snapshotStruct (Results 1 – 9 of 9) sorted by relevance
79 file.snapshotStruct.nodeCount = row.intValue;82 file.snapshotStruct.edgeCount = row.intValue;85 file.snapshotStruct.functionCount = row.intValue;93 let heapNodes = file.snapshotStruct.nodeMap;100 file.snapshotStruct.strings[row.nameIdx],108 if (file.snapshotStruct.rootNodeId === -1) {109 file.snapshotStruct.rootNodeId = row.id;117 file.snapshotStruct.edges = await queryHeapEdge(file.id);121 file.snapshotStruct.functionInfos = await queryHeapFunction(file.id);126 let heapTraceNode = file.snapshotStruct.traceNodes;[all …]
128 let samples = filStruct.snapshotStruct.samples;284 file.snapshotStruct.clear();
60 …let isIntersect = (snapshotStruct: SnapshotStruct, rangeSelectStruct: RangeSelectStruct): boolean …61 Math.max(snapshotStruct.startNs! + snapshotStruct.dur!, rangeSelectStruct!.endNS || 0) -62 Math.min(snapshotStruct.startNs!, rangeSelectStruct!.startNS || 0) <63 snapshotStruct.dur! + (rangeSelectStruct!.endNS || 0) - (rangeSelectStruct!.startNS || 0);
141 snapshotStruct: {317 let parentData = data.snapshotStruct.traceNodes[0];354 let parentData = data.snapshotStruct.traceNodes[0];
123 snapshotStruct: { variable
27 this.traceNodes = this.fileStruct.snapshotStruct.traceNodes;77 functionList.push(this.fileStruct.snapshotStruct.functionInfos[node.functionIndex]);
57 this.nodeCount = fileStruct.snapshotStruct.nodeCount;58 this.edgeCount = fileStruct.snapshotStruct.edgeCount;59 this.nodeMap = fileStruct.snapshotStruct.nodeMap;60 this.edges = fileStruct.snapshotStruct.edges;477 let samples = this.fileStruct.snapshotStruct.samples;
276 snapshotStruct: HeapSnapshotStruct; property in FileStruct283 this.snapshotStruct = new HeapSnapshotStruct();
89 snapshotStruct: {