Home
last modified time | relevance | path

Searched refs:distance (Results 1 – 25 of 36) sorted by relevance

12

/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_Js_memory.md51distance 为 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/
DTabPaneSummary.ts106 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 …]
DTabPaneComparison.ts298 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/
DTabPaneComparison.test.ts73 distance: -1,
108 distance: 56,
145 distance: 43,
181 distance: -1,
217 distance: 33,
327 distance: 1000000001,
338 distance: 100000000,
372 distance: 1,
DTabPaneSummary.test.ts67 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/
DUtils.ts26 constructor.distance = node.distance;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/highlight/
DChartHighlighter.ets98 * 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/
DUiStruct.ts38 distance = -1; property in ConstructorItem
90 copyItem.distance = this.distance;
DDatabaseStruct.ts80 distance: number = -5;
/developtools/smartperf_host/trace_streamer/src/base/
Dindex_map.h157 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/
DHeapLoader.ts416 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/
DUtils.test.ts39 distance: -5,
/developtools/smartperf_host/trace_streamer/src/filter/
Doffline_symbolization_filter.cpp68 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/
DUiStruct.test.ts49 distance:2,
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/listener/
DOnChartGestureListener.ets84 * @param dX translation distance on the x-axis
85 * @param dY translation distance on the y-axis
DChartTouchListener.ets139 * 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/
DHeapLoader.test.ts70 distance: 13200000,
165 distance: -1,
DAllocation.test.ts99 distance: 230000000,
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp344 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/
Debpf_base.cpp89 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/
DChartInterface.ets60 …* 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/
DHeapDataInterface.test.ts47 distance: 100000000,
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DPaint.ets691 * 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/
Dbytrace_parser.cpp87 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/
DViewPortHandler.ets73 * 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

12