| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/memory_data/ |
| D | memory_plugin_config.proto | 25 // set true to report memory counter from /proc/meminfo 29 // set true to report memory counter from /proc/vmstat 35 …// set true to report application memory usage summary, eg:java heap memory, native heap, stack me… 37 // set true to report application memory by memory service, otherwise, 38 // application memory will count up by /proc/${pid}/smaps information
|
| D | memory_plugin_result.proto | 21 // Data format of memory collect plug-in. 22 // Various memory data count, including system level and application level.
|
| D | memory_plugin_common.proto | 19 // Common define for memory plug-in, imported by memory data and config proto file.
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/memory_data/ |
| D | memory_plugin_config.proto | 25 // set true to report memory counter from /proc/meminfo 29 // set true to report memory counter from /proc/vmstat 35 …// set true to report application memory usage summary, eg:java heap memory, native heap, stack me… 37 // set true to report application memory by memory service, otherwise, 38 // application memory will count up by /proc/${pid}/smaps information
|
| D | memory_plugin_common.proto | 19 // Common define for memory plug-in, imported by memory data and config proto file.
|
| /developtools/profiler/protos/types/plugins/memory_data/ |
| D | memory_plugin_config.proto | 25 // set true to report memory counter from /proc/meminfo 29 // set true to report memory counter from /proc/vmstat 35 …// set true to report application memory usage summary, eg:java heap memory, native heap, stack me… 37 // set true to report application memory by memory service, otherwise, 38 // application memory will count up by /proc/${pid}/smaps information
|
| D | memory_plugin_result.proto | 21 // Data format of memory collect plug-in. 22 // Various memory data count, including system level and application level.
|
| D | memory_plugin_common.proto | 19 // Common define for memory plug-in, imported by memory data and config proto file.
|
| /developtools/profiler/host/smartperf/trace_streamer/doc/ |
| D | js_memory.md | 43 1.js-memory相关数据携带js-memory_config和js-memory插件头,先通过接口ParseJSMemoryConfig获取对应的type和pid,其中type=0为snaps…
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerNativeNemory.ts | 528 let memory = new NativeMemory(); variable 529 memory.index = i; 530 memory.eventId = hook.eventId; 531 memory.eventType = hook.eventType; 532 memory.subType = hook.subType; 533 memory.heapSize = hook.heapSize; 534 memory.endTs = hook.endTs; 535 memory.heapSizeUnit = getByteWithUnit(hook.heapSize); 536 memory.addr = '0x' + hook.addr; 537 memory.startTs = hook.startTs; [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ability/ |
| D | TabPaneLiveProcesses.test.ts | 45 memory:2, 68 memory: '',
|
| /developtools/smartperf_host/trace_streamer/doc/ |
| D | arkTs.md | 88 1.js-memory相关数据携带js-memory_config和js-memory插件头,先通过接口ParseJSMemoryConfig获取对应的type和pid,其中type=0为snaps…
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/ |
| D | TabPaneLiveProcesses.ts | 76 array.push(liveProcess.memory); 88 liveProcess.memoryNumber = Number(liveProcess.memory); 89 liveProcess.memory = Utils.getBinaryByteWithUnit(liveProcess.memoryNumber);
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/ability/ |
| D | TabPaneLiveProcesses.ts | 76 array.push(liveProcess.memory); 88 liveProcess.memoryNumber = Number(liveProcess.memory); 89 liveProcess.memory = Utils.getBinaryByteWithUnit(liveProcess.memoryNumber);
|
| /developtools/smartperf_host/ |
| D | README.md | 3 …terms of CPU scheduling, frequency, process and thread time slices, heap memory, frame rate, and m… 42 With Ability Monitor in Smartperf_Host, you can learn the CPU, memory, disk I/O, and network usage … 44 …t, you can track the allocation and release of your application's native memory (specific to C and… 52 …, triggering process, triggering thread, event type, memory address, and memory size of page memor…
|
| /developtools/integration_verification/tools/startup_guard/rules/NO-Config-SystemParameter-In-INIT/ |
| D | README.md | 24 [NOT ALLOWED]: DAC overallocated memory
|
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_googletest/ |
| D | gtest-message.h.patch | 6 #include <memory>
|
| D | gtest_port.h.patch | 10 #include <memory>
|
| /developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_googletest/ |
| D | gtest-message.h.patch | 6 #include <memory>
|
| D | gtest_port.h.patch | 10 #include <memory>
|
| /developtools/profiler/host/smartperf/doc/ |
| D | des_stat.md | 26 |memory | 299 | memory | received | info | 300 | memory | data_lost | error | 301 | memory | not_match | info | 302 | memory | not_supported | warn | 303 | memory | invalid_data | error |
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMemory.ts | 102 this.statsticsSelection.map((memory) => { 104 memoryTap: memory.memoryTap, 105 max: memory.max,
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerNativeNemory.ts | 333 fillNativeHook(memory: NativeMemory, index: number) { 334 if (memory.subTypeId !== null && memory.subType === undefined) { 335 memory.subType = this.dataCache.dataDict.get(memory.subTypeId) || '-'; 337 memory.index = index; 338 let arr = this.dataCache.nmHeapFrameMap.get(memory.eventId) || []; 351 …memory.symbol = this.groupCutFilePath(frame.symbolId, this.dataCache.dataDict.get(frame.symbolId) … 352 memory.library = this.groupCutFilePath( 357 memory.symbol = '-'; 358 memory.library = '-';
|
| /developtools/profiler/host/smartperf/ide/src/trace/bean/ |
| D | AbilityMonitor.ts | 76 memory: string = ''; property in LiveProcess
|
| /developtools/profiler/interfaces/kits/ |
| D | plugin_module_api.h | 70 typedef bool (*GetMemoryFunc)(RandomWriteCtx* ctx, uint32_t size, uint8_t** memory, uint32_t* offse…
|