Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneFilesystemStatisticsAnalysis.test.ts99 percent: '99.00', variable
109 percent: '232.00', variable
131 …let threadStatisticsData = { durFormat: '194.23ms ', duration: 0, isHover: false, percent: '100.00… variable
DTabPaneIOTierStatisticsAnalysis.test.ts110 percent: '502.00', variable
119 percent: '3599.00', variable
DTabPaneVirtualMemoryStatisticsAnalysis.test.ts109 percent: '8023.00', variable
118 percent: '1099.00', variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/bean/
DPerfAnalysis.ts24 percent: number = 0; property in FormattedAsmInstruction
40 percent: number = 0; property in PerfFunctionAsmShowUpData
DGpufreqBean.ts100 percent: string = ''; property in TreeDataStringBean
/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/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.ts867 percent: ((count / allCount) * 100).toFixed(2), constant
930 percent: ((threadCount / allCount) * 100).toFixed(2), constant
1014 percent: ((libCount / allCount) * 100).toFixed(2), constant
1089 percent: ((symbolCount / parentCount) * 100).toFixed(2), constant
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFilesystemStatisticsAnalysis.ts947 percent: ((dur / allDur) * 100).toFixed(2), constant
1035 percent: ((dur / allDur) * 100).toFixed(2), constant
1121 percent: ((dur / allDur) * 100).toFixed(2), constant
DTabPaneIOTierStatisticsAnalysis.ts907 percent: ((dur / allDur) * 100).toFixed(2), constant
988 percent: ((dur / allDur) * 100).toFixed(2), constant
1123 percent: ((dur / allDur) * 100).toFixed(2), constant
DTabPaneVirtualMemoryStatisticsAnalysis.ts855 percent: ((vmThreadDur / allDur) * 100).toFixed(2), constant
932 percent: ((dur / allDur) * 100).toFixed(2), constant
1075 percent: ((dur / allDur) * 100).toFixed(2), constant
/developtools/smartperf_host/smartperf_host/ide/src/base-ui/slider/
DLitSlider.ts237 get percent(): string { method in LitSlider
241 set percent(value: string) { method in LitSlider
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/frequsage/
DTabPaneFreqUsageConfig.ts26 percent: number | string; property in TabPaneFreqUsageConfig
113 percent: number; property
DTabPaneFreqDataCut.ts524 let percent = Number(value[j].percent); variable
906 let percent = Number(value[j].percent); variable
/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/frequsage/
DTabPaneFreqUsageConfig.test.ts32 const percent = 50; constant
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/gpufreq/
DTabPaneGpufreqUsage.ts81 percent: number; constant
DTabPaneGpufreqDataCut.ts270 percent: number; constant
/developtools/smartperf_host/smartperf_host/ide/src/js-heap/
DHeapDataInterface.ts256 let percent: number; variable
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DDatabaseUtils.ts1207 let percent = (Number(power) * 100) / totalSumEnergy; variable
1271 let percent = resultSet.getString( variable
/developtools/smartperf_host/smartperf_device/device_ui/entry/src/main/ets/common/database/
DDatabaseUtils.ts1207 let percent = (Number(power) * 100) / totalSumEnergy; variable
1271 let percent = resultSet.getString( 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/smartperf_host/smartperf_host/ide/src/trace/component/chart/
DFrameChart.ts916 const percent = ((hoverNode?.percent || 0) * 100).toFixed(2); constant
/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