| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
| D | RAMLineChartPage.ets | 24 @State pss: number= 0 //数值 39 if (globalThis.pss == undefined || isNaN(globalThis.pss)) { 40 this.pss = 0 42 this.pss = globalThis.pss 44 if (this.pss == 0) { 47 let lineCount: number = this.pss / 1500 68 Text( this.pss + "KB")
|
| D | TitleWindowPage.ets | 86 globalThis.pss = that.tIndexInfo.pss 212 if (this.tIndexInfo.pss != undefined) { 215 value: this.tIndexInfo.pss + "KB",
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/smaps/ |
| D | TabPaneSmapsComparison.ts | 104 smapsComResults[i].pss, 124 results[i].pss, 153 diffItem!.pss = diffItem!.pss - item.pss; 218 pss: number; property in SmapsCompareStruct 232 pss: number, 245 this.pss = pss; 262 this.pss, 277 -this.pss,
|
| D | TabPaneSmapsStatistics.ts | 116 smapsTreeObj.pssStr = Utils.getBinaryByteWithUnit(smapsTreeObj.pss); 145 objTree.pss = smaps.pss; 146 objTree.pssStr = Utils.getBinaryByteWithUnit(smaps.pss); 154 smapsStatAllDataTree.pss += smaps.pss; 178 treeObj.pss = smaps.pss; 179 treeObj.pssStr = Utils.getBinaryByteWithUnit(smaps.pss); 205 smapsStatDataTree.pss += smaps.pss; 378 return sort === 1 ? previous.pss - next.pss : next.pss - previous.pss;
|
| D | TabPaneSmapsSample.ts | 97 smaps.pssStr = Utils.getBinaryByteWithUnit(smaps.pss);
|
| /developtools/profiler/device/plugins/memory_plugin/test/unittest/ |
| D | smaps_stats_unittest.cpp | 260 EXPECT_EQ(expect.pss, target.pss); 286 EXPECT_EQ(expect.pss, target.pss); 315 EXPECT_EQ(expect.pss, target.pss); 343 EXPECT_EQ(expect.pss, target.pss); 369 EXPECT_EQ(expect.pss, target.pss); 395 EXPECT_EQ(expect.pss, target.pss); 421 EXPECT_EQ(expect.pss, target.pss); 447 EXPECT_EQ(expect.pss, target.pss); 475 EXPECT_EQ(expect.pss, target.pss); 501 EXPECT_EQ(expect.pss, target.pss); [all …]
|
| /developtools/smartperf_host/ide/test/trace/bean/ |
| D | SmapsStruct.test.ts | 29 pss: 0, 52 pss: expect.any(Number), 107 pss: 0, 132 pss: expect.any(Number),
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/smaps/ |
| D | TabPaneSmapsRecord.test.ts | 51 pss: 0, 74 smaps.pss = 0; 86 smaps.pss = 2;
|
| D | TabPaneSmapsStatistics.test.ts | 63 smaps.pss = 0; 75 smaps.pss = 2; 94 expect(dataTree.pss).toBe(2);
|
| D | TabPaneSmapsComparison.test.ts | 60 smaps.pss = 0; 72 smaps.pss = 2;
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | SmapsStruct.ts | 29 pss: number = 0; property in Smaps 56 pss: number = 0; property in SmapsTreeObj
|
| D | AbilityMonitor.ts | 68 pss: number = -1; property in ProcessHistory
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/ |
| D | DatabaseEntity.ets | 180 public pss: String; 242 pss?: String, 278 this.pss = pss 347 setRamData(pss: String) { 348 this.pss = pss
|
| /developtools/profiler/hidebug/interfaces/js/kits/napi/ |
| D | napi_hidebug.cpp | 364 napi_value pss; in GetPss() local 369 int32_t pssInfo = collectResult.data.pss + collectResult.data.swapPss; in GetPss() 370 napi_create_bigint_uint64(env, pssInfo, &pss); in GetPss() 372 napi_create_bigint_uint64(env, 0, &pss); in GetPss() 374 return pss; in GetPss()
|
| /developtools/profiler/device/plugins/memory_plugin/include/ |
| D | smaps_stats.h | 38 uint64_t pss; member 76 : pss_(usage.pss), in StatsInfo() 352 smapsInfo->set_pss(memusage.pss); in ReadVmemareasFile()
|
| /developtools/profiler/device/plugins/memory_plugin/src/ |
| D | smaps_stats.cpp | 226 memusage.pss = strtoull(c, nullptr, DEC_BASE); in GetMemUsageField() 271 if (!swappable || (memusage.pss == 0)) { in GetSwapablepssValue() 278 int proportion = (memusage.pss - memusage.uss) / (memusage.sharedClean + memusage.sharedDirty); in GetSwapablepssValue()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/ |
| D | RAM.ets | 59 this.ramMap.set("pss", extractNumber(curRAM))
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_mem_parser.cpp | 307 uint64_t pss = smapsInfo.pss(); in ParseSmapsInfoEasy() local 319 …ache_->GetSmapsData()->AppendNewData(timeStamp, ipid, startAddr, endAddr, dirty, swapper, rss, pss, in ParseSmapsInfoEasy() 408 uint64_t pss = 0; in ParseAshmemInfo() local 414 pss += smapsData.Pss()[j] + smapsData.SwapPss()[j]; in ParseAshmemInfo() 417 …Cache_->GetAshMemData()->AppendNewData(ipid, timeStamp, adj, fd, ashmemNameId, size, pss, ashmemId, in ParseAshmemInfo()
|
| /developtools/profiler/host/smartperf/client/client_ui/ |
| D | README_zh.md | 94 | pss | 应用实际使用的物理内存,.单位一般是KB。|
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/ |
| D | activity_monitor_stdtype.cpp | 333 uint64_t pss, in AppendNewData() argument 353 pss_.emplace_back(pss); in AppendNewData() 473 uint64_t pss, in AppendNewData() argument 486 psss_.emplace_back(pss); in AppendNewData()
|
| D | activity_monitor_stdtype.h | 183 uint64_t pss, 247 uint64_t pss,
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/ |
| D | Summary.ets | 93 if (gpDataCur.pss == "") { 100 pssSum += Number(gpDataCur.pss).valueOf()
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | README_zh.md | 70 -r get ram(pss)
|
| /developtools/profiler/protos/types/plugins/memory_data/ |
| D | memory_plugin_result.proto | 40 uint64 pss = 7; // kb field
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/memory_data/ |
| D | memory_plugin_result.proto | 40 uint64 pss = 7; // kb field
|