Home
last modified time | relevance | path

Searched refs:memory (Results 1 – 25 of 63) sorted by relevance

123

/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/memory_data/
Dmemory_plugin_config.proto25 // 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
Dmemory_plugin_result.proto21 // Data format of memory collect plug-in.
22 // Various memory data count, including system level and application level.
Dmemory_plugin_common.proto19 // 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/
Dmemory_plugin_config.proto25 // 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
Dmemory_plugin_common.proto19 // Common define for memory plug-in, imported by memory data and config proto file.
/developtools/profiler/protos/types/plugins/memory_data/
Dmemory_plugin_config.proto25 // 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
Dmemory_plugin_result.proto21 // Data format of memory collect plug-in.
22 // Various memory data count, including system level and application level.
Dmemory_plugin_common.proto19 // Common define for memory plug-in, imported by memory data and config proto file.
/developtools/profiler/host/smartperf/trace_streamer/doc/
Djs_memory.md43 1.js-memory相关数据携带js-memory_config和js-memory插件头,先通过接口ParseJSMemoryConfig获取对应的type和pid,其中type=0为snaps…
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.ts528 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/
DTabPaneLiveProcesses.test.ts45 memory:2,
68 memory: '',
/developtools/smartperf_host/trace_streamer/doc/
DarkTs.md88 1.js-memory相关数据携带js-memory_config和js-memory插件头,先通过接口ParseJSMemoryConfig获取对应的type和pid,其中type=0为snaps…
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPaneLiveProcesses.ts76 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/
DTabPaneLiveProcesses.ts76 array.push(liveProcess.memory);
88 liveProcess.memoryNumber = Number(liveProcess.memory);
89 liveProcess.memory = Utils.getBinaryByteWithUnit(liveProcess.memoryNumber);
/developtools/smartperf_host/
DREADME.md3 …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/
DREADME.md24 [NOT ALLOWED]: DAC overallocated memory
/developtools/smartperf_host/trace_streamer/prebuilts/patch_googletest/
Dgtest-message.h.patch6 #include <memory>
Dgtest_port.h.patch10 #include <memory>
/developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_googletest/
Dgtest-message.h.patch6 #include <memory>
Dgtest_port.h.patch10 #include <memory>
/developtools/profiler/host/smartperf/doc/
Ddes_stat.md26 |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/
DTabPaneNMemory.ts102 this.statsticsSelection.map((memory) => {
104 memoryTap: memory.memoryTap,
105 max: memory.max,
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.ts333 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) || [];
351memory.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/
DAbilityMonitor.ts76 memory: string = ''; property in LiveProcess
/developtools/profiler/interfaces/kits/
Dplugin_module_api.h70 typedef bool (*GetMemoryFunc)(RandomWriteCtx* ctx, uint32_t size, uint8_t** memory, uint32_t* offse…

123