| /developtools/smartperf_host/ide/src/doc/md/ |
| D | quickstart_Js_memory.md | 51 …distance 为 0,G 为上次 GC 之后新申请内存的实例,distance 为 100000000。在界面上显示为-,A、B、C、D、E、F、H 为调用节点;以 E 为例,从 A->D->… 53 …其中第一层类的 distance 为该类所有实例中最小的 distance,如果有实例的 distance 为-,类的 distance 也为-(-表示没有被 root 节点引用的实例,如下图的 …
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneSummary.ts | 106 if (summaryEl.distance >= 100000000 || summaryEl.distance === -5) { 107 summaryEl.distance = '-'; 139 return sort === 1 ? leftA.distance - rightB.distance : rightB.distance - leftA.distance; 264 …return sort === 1 ? leftData.distance - rightData.distance : rightData.distance - leftData.distanc… 282 return sort === 1 ? a.distance - b.distance : b.distance - a.distance; 467 if (currentRow.distance >= 100000000 || currentRow.distance === -5) { 469 currentRow.distance = '-'; 473 if (i < evt.detail.data.distance - 1 && list[0].distance !== '-') { 517 if (summaryDataEl.distance >= 100000000 || summaryDataEl.distance === -5) { 518 summaryDataEl.distance = '-'; [all …]
|
| D | TabPaneComparison.ts | 298 return sort === 1 ? a.distance - b.distance : b.distance - a.distance; 304 return sort === 1 ? a.distance - b.distance : b.distance - a.distance; 382 if (this.retainsData[0].distance > 1) { 395 if (structRow.distance >= 100000000 || structRow.distance === -5) { 397 structRow.distance = '-'; 401 if (i < that.retainsData[0].distance - 1 && list[0].distance !== '-') { 440 if (comparisonRetainEl.distance >= 100000000 || comparisonRetainEl.distance === -5) { 442 comparisonRetainEl.distance = '-'; 490 if (row.distance >= 100000000 || row.distance === -5) { 492 row.distance = '-'; [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneComparison.test.ts | 73 distance: -1, 108 distance: 56, 145 distance: 43, 181 distance: -1, 217 distance: 33, 327 distance: 1000000001, 338 distance: 100000000, 372 distance: 1,
|
| D | TabPaneSummary.test.ts | 67 distance: 61, 102 distance: -1, 134 distance: 1000000001, 145 distance: 100000000, 163 distance: -1, 198 distance: 9, 233 distance: 91,
|
| /developtools/smartperf_host/ide/src/js-heap/utils/ |
| D | Utils.ts | 26 constructor.distance = node.distance;
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/highlight/ |
| D | ChartHighlighter.ets | 98 * Returns the minimum distance from a touch value (in pixels) to the 108 var distance : number = Number.MAX_VALUE; 117 if (tempDistance < distance) { 118 distance = tempDistance; 123 return distance; 219 var distance : number = minSelectionDistance; 229 if (cDistance < distance) { 231 distance = cDistance; 240 * Calculates the distance between the two given points.
|
| /developtools/smartperf_host/ide/src/js-heap/model/ |
| D | UiStruct.ts | 38 distance = -1; property in ConstructorItem 90 copyItem.distance = this.distance;
|
| D | DatabaseStruct.ts | 80 distance: number = -5;
|
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | index_map.h | 157 auto newStart = std::distance(rows.begin(), start); in IntersectabcEqual() 158 auto newEnd = std::distance(rows.begin(), end); in IntersectabcEqual() 168 auto newStart = std::distance(rows.begin(), start); in IntersectGreaterEqual() 178 auto newEnd = std::distance(rows.begin(), end); in IntersectLessEqual()
|
| /developtools/smartperf_host/ide/src/js-heap/logic/ |
| D | HeapLoader.ts | 416 node.distance = 1; 423 this.rootNode.distance = nodesToVisitLen > 0 ? BASE_SYSTEM_DISTANCE : 0; 545 let distance = node.distance + 1; 553 if (!childNode || childNode.distance != -5 || !this.filterForBpf(node, edge)) { 556 childNode.distance = distance; 797 classItem.distance = Math.min(classItem.distance, node.distance); 1016 return a.distance - b.distance;
|
| /developtools/smartperf_host/ide/test/js-heap/utils/ |
| D | Utils.test.ts | 39 distance: -5,
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | offline_symbolization_filter.cpp | 68 int64_t length = std::distance(startAddrToMapsInfoItor->begin(), endItor); in FillFrameInfo() 107 auto length = std::distance(startValueToSymAddrMap->begin(), end); in CalcSymInfo() 180 auto length = std::distance(startValueToSymAddrMap->begin(), end); in OfflineSymbolizationByVaddr()
|
| /developtools/smartperf_host/ide/test/js-heap/model/ |
| D | UiStruct.test.ts | 49 distance:2,
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/listener/ |
| D | OnChartGestureListener.ets | 84 * @param dX translation distance on the x-axis 85 * @param dY translation distance on the y-axis
|
| D | ChartTouchListener.ets | 139 * returns the distance between two points 147 …protected static distance(eventX: number, startX: number, eventY: number, startY: number): number {
|
| /developtools/smartperf_host/ide/test/js-heap/logic/ |
| D | HeapLoader.test.ts | 70 distance: 13200000, 165 distance: -1,
|
| D | Allocation.test.ts | 99 distance: 230000000,
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_data_cache.cpp | 344 auto perfThreadRow = std::distance(perfThread_.Tids().begin(), perfThreadTidItor); in ExportPerfSampleToFile() 351 auto perfReportRow = std::distance(perfReport_.IdsData().begin(), perfReportIdItor); in ExportPerfSampleToFile() 373 … auto perfCallChainRow = std::distance(perfCallChain_.CallChainIds().begin(), perfCallChainItor); in ExportPerfCallChaninText() 386 auto perfFileRow = std::distance(perfFiles_.FileIds().begin(), perfFileIdItor); in ExportPerfCallChaninText() 476 …auto hookCallChainRow = std::distance(nativeHookFrameData_.CallChainIds().begin(), hookFrameCallCh… in ExportHookCallChaninText() 614 …auto ebpfCallChainRow = std::distance(ebpfCallStackData_.CallChainIds().begin(), ebpfCallChainItor… in ExportEbpfCallChaninText()
|
| /developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_base.cpp | 89 auto length = std::distance(startValueToSymAddr->begin(), end); in GetSymbolNameIndexFromSymVaddr() 138 auto length = std::distance(startToMapsAddr->begin(), end); in GetSymbolSave()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/dataprovider/ |
| D | ChartInterface.ets | 60 …* Returns the maximum distance in scren dp a touch can be away from an entry to cause it to get hi…
|
| /developtools/smartperf_host/ide/test/js-heap/ |
| D | HeapDataInterface.test.ts | 47 distance: 100000000,
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
| D | Paint.ets | 691 * The maximum distance above the baseline for the tallest glyph in 696 * The recommended distance above the baseline for singled spaced text. 700 * The recommended distance below the baseline for singled spaced text. 704 * The maximum distance below the baseline for the lowest glyph in
|
| /developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/ |
| D | bytrace_parser.cpp | 87 curFileOffset_ += std::distance(packagesBegin, packagesLine); in WhileDetermine() 166 curDataSize_ = std::distance(packagesBegin, packagesLine) + 1; in ParseTraceDataSegment()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
| D | ViewPortHandler.ets | 73 * current translation (drag distance) on the x-axis 78 * current translation (drag distance) on the y-axis 577 * Returns the translation (drag / pan) distance on the x-axis 586 * Returns the translation (drag / pan) distance on the y-axis
|