Home
last modified time | relevance | path

Searched defs:percent (Results 1 – 19 of 19) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneFilesystemStatisticsAnalysis.test.ts93 percent: '99.00', variable
103 percent: '232.00', variable
125 …let threadStatisticsData = { durFormat: '194.23ms ', duration: 0, isHover: false, percent: '100.00… variable
DTabPaneIOTierStatisticsAnalysis.test.ts104 percent: '502.00', variable
113 percent: '3599.00', variable
DTabPaneVirtualMemoryStatisticsAnalysis.test.ts103 percent: '8023.00', variable
112 percent: '1099.00', variable
/developtools/ace_js2bundle/ace-loader/test/card/expected/privateAttr/
DprivateAttr.json20 "percent": "{{percent}}", string
28 "percent": "{{percent}}", string
37 "percent": "{{percent}}" string
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.ts648 percent: ((count / allCount) * 100).toFixed(2), constant
699 percent: ((threadCount / allCount) * 100).toFixed(2), constant
768 percent: ((libCount / allCount) * 100).toFixed(2), constant
827 percent: ((symbolCount / parentCount) * 100).toFixed(2), constant
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFilesystemStatisticsAnalysis.ts900 percent: ((dur / allDur) * 100).toFixed(2), constant
981 percent: ((dur / allDur) * 100).toFixed(2), constant
1049 percent: ((dur / allDur) * 100).toFixed(2), constant
DTabPaneVirtualMemoryStatisticsAnalysis.ts830 percent: ((vmThreadDur / allDur) * 100).toFixed(2), constant
901 percent: ((dur / allDur) * 100).toFixed(2), constant
1016 percent: ((dur / allDur) * 100).toFixed(2), constant
DTabPaneIOTierStatisticsAnalysis.ts837 percent: ((dur / allDur) * 100).toFixed(2), constant
908 percent: ((dur / allDur) * 100).toFixed(2), constant
1020 percent: ((dur / allDur) * 100).toFixed(2), constant
/developtools/smartperf_host/ide/src/base-ui/slider/
DLitSlider.ts240 get percent() { method in LitSlider
244 set percent(value: string) { method in LitSlider
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/frequsage/
DTabPaneFreqUsageConfig.ts26 percent: number | string; property in TabPaneFreqUsageConfig
/developtools/smartperf_host/ide/src/js-heap/
DHeapDataInterface.ts256 let percent: number; variable
/developtools/smartperf_host/ide/src/trace/bean/
DFrameChartStruct.ts56 percent: number = 0; // 0 - 1 该node所占整体的百分比 property in ChartStruct
/developtools/smartperf_host/ide/src/trace/component/chart/
DFrameChart.ts781 const percent = ((hoverNode?.percent || 0) * 100).toFixed(2); constant
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DDatabaseUtils.ts901 let percent = Number(power)*100 / totalSumEnergy variable
936 let percent = resultSet.getString(resultSet.getColumnIndex("percent")) variable
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcard_component_map.js44 percent: { property
84 percent: { property
Dlite_component_map.js147 percent: { property
Drich_component_map.js340 percent: { property
1073 percent: { property
/developtools/ace_js2bundle/ace-loader/test/rich/expected/
DprivateAttr.js151 "percent": "function () {return this.percent}", property
160 "percent": "function () {return this.percent}", property
170 "percent": "function () {return this.percent}" property
/developtools/profiler/hiebpf/include/
Dvmlinux.h23451 s64 percent; member