Home
last modified time | relevance | path

Searched refs:snapshot (Results 1 – 21 of 21) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.test.ts41 snapshot: 'snapshot01',
93 snapshot: 'snapshot02',
110 snapshot: 'snapshot03',
139 let snapshot = { variable
144 snapshot: 'snapshot04',
160 snapshot: '',
165 children: [snapshot],
176 snapshot: '',
181 children: [snapshot],
237 snapshot: '',
[all …]
/developtools/smartperf_host/trace_streamer/doc/
DarkTs.md59 type:JS数据类型,取值与枚举HeapType对应,0表示JS内存数据为snapshot类型,1表示JS内存数据为timeline类型,-1表示没有JS内存数据。
60 interval:当type=0时生效,单位是秒,表示一次snapshot事件和下一次snapshot事件之间的间隔。
88 …ParseJSMemoryConfig获取对应的type和pid,其中type=0为snapshot类型数据,type=1为timeline数据。js-memory数据为json格式,json包含…
90 2.json解析:snapshot和timeline两种数据类型json的解析规则是相同的。
92 snapshot:该节点包含js_heap_info表的信息,节点包括node、edge等节点对应的字段名称,数据类型和个数。
Ddes_tables.md634 - type:JS数据类型,取值与枚举HeapType对应,0表示JS内存数据为snapshot类型,1表示JS内存数据为timeline类型,-1表示没有JS内存数据。
635 - interval:当type=0时生效,单位是秒,表示一次snapshot事件和下一次snapshot事件之间的间隔。
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.ts98 rootSample.snapshot = `Snapshot${this.numberToWord(this.samplerInfoSource.length + 1)}`;
121 childSample.snapshot = `0x${merageSample.addr}`;
202 parentSample.snapshot = key;
206 childSample.snapshot = child.subType || child.eventType;
217 if (childSample.snapshot !== parentSample.snapshot) {
236 currentMap[currentChild.snapshot] = currentChild;
239 if (currentMap[rootChild.snapshot] === undefined) {
241 perpSample.snapshot = rootChild.snapshot;
242 currentMap[rootChild.snapshot] = perpSample;
245 this.prepChild(currentMap[rootChild.snapshot], rootChild);
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-snapshot-plugin.js19 const snapshot = _path.join(__dirname, '..', '..', 'bin', 'jerry-snapshot'); constant
57 exec(`"${snapshot}" generate -o "${bcPath}" "${element}"`, (error) => {
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerSnapshot.test.ts17 import { snapshot, SnapshotRender, SnapshotStruct} from '../../../../src/trace/database/ui-worker/P…
63 snapshot(list, filter, 100254, 100254, rect, { height: 40, width: 1407, x: 0, y: 0 });
/developtools/profiler/device/plugins/ftrace_plugin/tools/
DREADME.md12 | snapshot/ | 从设备上拉去的format文件及目录结构 |
Dpack_ftrace_formats.sh16 TARGET_DIR=snapshot
/developtools/profiler/host/smartperf/client/client_command/
DREADME_zh.md48 | -snapshot | 是否截图。 |否|
71 -snapshot get screen capture
/developtools/smartperf_host/ide/test/trace/bean/
DNativeHook.test.ts250 snapshot: 'snapshot',
265 snapshot: expect.any(String),
/developtools/smartperf_host/ide/src/trace/bean/
DNativeHook.ts99 snapshot: string = ''; property in NativeHookSamplerInfo
/developtools/profiler/protos/types/plugins/arkts_plugin/
Darkts_plugin_config.proto26 …// When the 'snapshot' mode is enabled in memory, it denotes the data fetching interval, measured …
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.cpp616 jsonns::Snapshot snapshot = jMessage.at("snapshot"); in ParserJSSnapInfo() local
617 ParserSnapInfo(fileId, NODE_TYPES, snapshot.meta.nodeTypes); in ParserJSSnapInfo()
618 ParserSnapInfo(fileId, EDGE_TYPES, snapshot.meta.edgeTypes); in ParserJSSnapInfo()
619 auto nodeCount = snapshot.nodeCount; in ParserJSSnapInfo()
620 auto edgeCount = snapshot.edgeCount; in ParserJSSnapInfo()
621 auto traceFuncCount = snapshot.traceFunctionCount; in ParserJSSnapInfo()
/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_Js_memory.md13 - Heap snapshot:堆快照性能分析会显示网页的 JavaScript 对象和相关 DOM 节点中内存分配情况。
Ddes_tables.md769 - type:JS 数据类型,取值与枚举 HeapType 对应,0 表示 JS 内存数据为 snapshot 类型,1 表示 JS 内存数据为 timeline 类型,-1 表示没有 JS 内存数…
770 - interval:当 type=0 时生效,单位是秒,表示一次 snapshot 事件和下一次 snapshot 事件之间的间隔。
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerSnapshot.ts35 snapshot(
58 export function snapshot( function
DProcedureWorker.ts116 snapshot: new SnapshotRender(),
/developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/
Dperf_event.h.patch506 -#define PERF_AUX_FLAG_OVERWRITE 0x02 /* snapshot from overwrite mode */
515 +#define PERF_AUX_FLAG_OVERWRITE 0x02 /* snapshot from overwrite mode */
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpVmTrackerChart.ts553 (renders.snapshot as SnapshotRender).renderMainThread(
DSpAbilityMonitorChart.ts1035 (renders.snapshot as SnapshotRender).renderMainThread(
/developtools/profiler/hiebpf/include/
Dvmlinux.h7221 bool snapshot; member
150591 …int (*snapshot)(struct devlink *, const struct devlink_region_ops *, struct netlink_ext_ack *, u8 … member
150598 …int (*snapshot)(struct devlink_port *, const struct devlink_port_region_ops *, struct netlink_ext_… member