Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/developtools/smartperf_host/ide/src/base-ui/
Dicon.svg2 <symbol id="icon-minus-square" viewBox="0 0 16 16">
3 <g id="play_expand" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
4 …<rect id="rectangle" stroke="currentColor" opacity="0.899323091" x="2" y="2" width="12" height="12…
5 …<rect id="rectangle" fill="currentColor" opacity="0.802454776" x="4.00073886" y="7.50196767" width…
8 <symbol id="icon-plus-square" viewBox="0 0 16 16">
9 <g id="play_retract" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10 …<rect id="rectangle" stroke="currentColor" opacity="0.899323091" x="2" y="2" width="12" height="12…
11 …67 L7.50073886,7.50196767 L7.50073886,4.00196767 L8.50073886,4.00196767 Z" id="shapecombine" fill=…
14 <symbol id="icon-filesearch" viewBox="0 0 16 16">
15 …<g id="icon_Query" stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd" opacity…
[all …]
/developtools/profiler/host/smartperf/ide/src/base-ui/
Dicon.svg2 <symbol id="icon-minus-square" viewBox="0 0 16 16">
3 <g id="play_expand" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
4 …<rect id="rectangle" stroke="currentColor" opacity="0.899323091" x="2" y="2" width="12" height="12…
5 …<rect id="rectangle" fill="currentColor" opacity="0.802454776" x="4.00073886" y="7.50196767" width…
8 <symbol id="icon-plus-square" viewBox="0 0 16 16">
9 <g id="play_retract" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10 …<rect id="rectangle" stroke="currentColor" opacity="0.899323091" x="2" y="2" width="12" height="12…
11 …67 L7.50073886,7.50196767 L7.50073886,4.00196767 L8.50073886,4.00196767 Z" id="shapecombine" fill=…
14 <symbol id="icon-filesearch" viewBox="0 0 16 16">
15 …<g id="icon_Query" stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd" opacity…
[all …]
/developtools/hdc/
DREADME_zh.md102 …le><thead align="left"><tr id="row149291357182511"><th class="cellrowborder" valign="top" width="5…
104 <th class="cellrowborder" valign="top" width="50%" id="mcps1.2.3.1.2"><p id="p164237433425"><a name…
108id="row139291857142520"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.1 …
110 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><p id="p19423174317428"…
111 <p id="p2014511479313"><a name="p2014511479313"></a><a name="p2014511479313"></a>举例:hdc -t *****(设…
114id="row1092965782514"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.1 ">…
116 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><p id="p5424134314429">…
117 <p id="p1599174953215"><a name="p1599174953215"></a><a name="p1599174953215"></a>举例:hdc -s ip:port<…
120 <tr id="row4929185718255"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.1…
122 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><p id="p742444364214"><…
[all …]
/developtools/smartperf_host/trace_streamer/src/base/
Dindex_map.h82 … dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] != value; }, in MixRange()
83 [&](TableRowId id) -> bool { return dataQueue[id] == value; }); in MixRange()
87 … dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] == value; }, in MixRange()
88 [&](TableRowId id) -> bool { return dataQueue[id] != value; }); in MixRange()
92 … dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] != invalidValue; }, in MixRange()
93 [&](TableRowId id) -> bool { return dataQueue[id] == invalidValue; }); in MixRange()
97 … dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] == invalidValue; }, in MixRange()
98 [&](TableRowId id) -> bool { return dataQueue[id] != invalidValue; }); in MixRange()
102 … dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] <= value; }, in MixRange()
103 [&](TableRowId id) -> bool { return dataQueue[id] > value; }); in MixRange()
[all …]
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts100 load(id: string) {
103 fileCacheInfo = this.cache.get('fileCacheInfo')[path.resolve(id)];
106 if (projectConfig.isPreview && !projectConfig.checkEntry && id.match(/(?<!\.d)\.(ets)$/)) {
107 abilityPagesFullPath.push(path.resolve(id).toLowerCase());
110 storedFileInfo.addFileCacheInfo(path.resolve(id), fileCacheInfo);
114 const fileName: string = path.resolve(options.id);
135 if (moduleInfo.id && !moduleInfo.id.match(new RegExp(projectConfig.packageDir)) &&
136 !moduleInfo.id.startsWith('\x00') &&
137 path.resolve(moduleInfo.id).startsWith(projectConfig.moduleRootPath + path.sep)) {
138 const filePath: string = moduleInfo.id;
[all …]
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dtransform.ts40 export function transformForModule(code: string, id: string) {
43 if (isTsOrEtsSourceFile(id) && shouldETSOrTSFileTransformToJS(id, projectConfig)) {
44 preserveSourceMap(id, this.getCombinedSourcemap(), projectConfig);
45 ModuleSourceFile.newSourceFile(id, code);
48 if (isJsSourceFile(id) || isJsonSourceFile(id)) {
49 let code: string = this.getModuleInfo(id).originalCode;
50 if (isJsSourceFile(id)) {
53 preserveSourceMap(id, transformedResult.map, projectConfig);
55 ModuleSourceFile.newSourceFile(id, code);
Dcheck_import_module.ts29 const id: string = sourceFile.getModuleId(); constant
30 if (isJsSourceFile(id) && id.indexOf('/oh_modules/') === -1) {
31 const importMap = rollupObject.getModuleInfo(id).importedIdMaps;
35 `ArkTS:WARN File: ${id}\n` +
37 `ArkTS:ERROR ArkTS:ERROR File: ${id}\n` +
/developtools/profiler/host/smartperf/doc/
Ddes_tables.md38 Process和Thread表中的id字段可以唯一标识进程和线程。process表中的id在其他表中用作ipid字段。thread表中的id在其他表中用作itid字段。
39 thread表通过ipid字段关联process表的id字段,可以查询线程归属进程。
42 select thread.* from thread, process where process.pid = 123 and thread.ipid = process.id
47 thread_state表记录所有线程的运行状态信息,包含ts(状态起始时间),dur(状态持续时间),cpu, itid, state(线程状态)。 thread表的id字段与thread_sta…
50 select thread_state.* from thread, thread_state where thread.tid = 123 and thread.id = thread_state…
55 heap表记录堆内存申请(AllocEvent)和释放(FreeEvent)数据。heap表通过ipid和itid字段分别与process和thread表的id字段关联,通过eventId与heap…
63 select heap.* from thread, heap where thread.tid = 123 and thread.id = heap.itid
90 |id |NUM |
96 id: 进程在数据库重新重新定义的id,从0开始序列增长
97 pid: 进程的真实id
[all …]
/developtools/global_resource_tool/src/
Did_worker.cpp54 resourceId.id = it.second; in GetHeaderId()
82 return result->second.id; in GetSystemId()
97 bool IdWorker::PushCache(ResType resType, const string &name, int32_t id) in PushCache() argument
99 auto result = cacheIds_.emplace(make_pair(resType, name), id); in PushCache()
103 if (appId_ == id) { in PushCache()
104 appId_ = id + 1; in PushCache()
108 if (id < appId_) { in PushCache()
112 for (int32_t i = appId_; i < id; i++) { in PushCache()
115 appId_ = id + 1; in PushCache()
119 void IdWorker::PushDelId(int32_t id) in PushDelId() argument
[all …]
/developtools/ace_ets2bundle/compiler/src/fast_build/common/
Drollup-plugin-watch-change.ts37 function addFileToCache(this: any, key: string, id: string) {
41 modifiedFiles.push(id);
43 modifiedFiles.push(id);
49 watchChange(id: string, change: {event: 'create' | 'update' | 'delete'}): void {
51 addFileToCache.call(this, 'watchModifiedFiles', id);
54 addFileToCache.call(this, 'watchRemovedFiles', id);
56 …files[path.resolve(id)] ? files[path.resolve(id)].version++ : files[path.resolve(id)] = {version: …
57 …if (path.resolve(id) === path.resolve(process.env.appResource) && process.env.compileMode === 'mod…
/developtools/smartperf_host/ide/src/doc/md/
Ddes_tables.md140 Process和Thread表中的id字段可以唯一标识进程和线程。process表中的id在其他表中用作ipid字段。thread表中的id在其他表中用作itid字段。
141 thread表通过ipid字段关联process表的id字段,可以查询线程归属进程。
145 ```select thread.* from thread, process where process.pid = 123 and thread.ipid = process.id```
148 thread_state表记录所有线程的运行状态信息,包含ts(状态起始时间),dur(状态持续时间),cpu, itid, state(线程状态)。 thread表的id字段与thread_sta…
152 ```select thread_state.* from thread, thread_state where thread.tid = 123 and thread.id = thread_st…
155 native_hook表记录堆内存申请(AllocEvent)和释放(FreeEvent)数据。native_hook表通过ipid和itid字段分别与process和thread表的id字段关联,…
169 ```select native_hook.* from thread, native_hook where thread.tid = 123 and thread.id = native_hook…
185 …相关联。thread_id为线程号。与perf_thread表中的thread_id字段相关联。event_type_id为当前采样的事件类型id,与perf_report表中的id字段相关联。
207 ```select A.*, B.report_value from perf_sample as A, perf_report as B where A.event_type_id = B.id`…
219 ```select * from frame_slice where id = 12 ```
[all …]
/developtools/profiler/host/smartperf/trace_streamer/doc/
Ddes_tables.md140 Process和Thread表中的id字段可以唯一标识进程和线程。process表中的id在其他表中用作ipid字段。thread表中的id在其他表中用作itid字段。
141 thread表通过ipid字段关联process表的id字段,可以查询线程归属进程。
145 ```select thread.* from thread, process where process.pid = 123 and thread.ipid = process.id```
148 thread_state表记录所有线程的运行状态信息,包含ts(状态起始时间),dur(状态持续时间),cpu, itid, state(线程状态)。 thread表的id字段与thread_sta…
152 ```select thread_state.* from thread, thread_state where thread.tid = 123 and thread.id = thread_st…
155 native_hook表记录堆内存申请(AllocEvent)和释放(FreeEvent)数据。native_hook表通过ipid和itid字段分别与process和thread表的id字段关联,…
169 ```select native_hook.* from thread, native_hook where thread.tid = 123 and thread.id = native_hook…
185 …相关联。thread_id为线程号。与perf_thread表中的thread_id字段相关联。event_type_id为当前采样的事件类型id,与perf_report表中的id字段相关联。
207 ```select A.*, B.report_value from perf_sample as A, perf_report as B where A.event_type_id = B.id`…
219 ```select * from frame_slice where id = 12 ```
[all …]
Djs_memory.md7 数据采集时,Snapshot和Timeline只能选择其中一种,其中Snapshot为堆内存数据,可设置数据采集间隔,上报的数据为多组,以{"id":1,"result":{}}做为一次数据的结束标…
13 Timeline为时间轴数据,一个数据文件中只存在一组Timeline数据。以{"id":1,"result":{}}作为数据采集起始,{"id":2,"result":{}}作为数据采集结束。
31 一个Snapshot模式的文件包含有多组Snapshot数据,每一组以{"id":1,"result":{}}作为结束标识,Snapshot数据包含在json[params][ chunk]节点下,…
35 一个Timeline模式的文件包含有一组Timeline数据,以{"id":1,"result":{}}作为起始标识,以{"id":2,"result":{}}作为结束标识。Timeline数据包含…
49 nodes:该节点包含了js_heap_nodes表的信息,每一行为7个int类型数字,分别表示type,name,id,self_size,edge_count,trace_node_id,det…
51 …分别表示type,name_or_index,to_node。表中from_node_id是通过nodes节点的id和edgecount计算出的,nodes节点的每个edgecount对应的id即…
57 | type | name | id | self_size | edge_count | trace_node_id | datachedness |
80 trace_tree:该节点包含了js_heap_trace_node表的信息,是一个多维数组,每个数组由5个元素组成,分别为id,function_info_index,count,size和对应…
/developtools/profiler/host/smartperf/ide/src/doc/md/
Ddes_tables.md140 Process和Thread表中的id字段可以唯一标识进程和线程。process表中的id在其他表中用作ipid字段。thread表中的id在其他表中用作itid字段。
141 thread表通过ipid字段关联process表的id字段,可以查询线程归属进程。
145 ```select thread.* from thread, process where process.pid = 123 and thread.ipid = process.id```
148 thread_state表记录所有线程的运行状态信息,包含ts(状态起始时间),dur(状态持续时间),cpu, itid, state(线程状态)。 thread表的id字段与thread_sta…
152 ```select thread_state.* from thread, thread_state where thread.tid = 123 and thread.id = thread_st…
155 native_hook表记录堆内存申请(AllocEvent)和释放(FreeEvent)数据。native_hook表通过ipid和itid字段分别与process和thread表的id字段关联,…
169 ```select native_hook.* from thread, native_hook where thread.tid = 123 and thread.id = native_hook…
185 …相关联。thread_id为线程号。与perf_thread表中的thread_id字段相关联。event_type_id为当前采样的事件类型id,与perf_report表中的id字段相关联。
207 ```select A.*, B.report_value from perf_sample as A, perf_report as B where A.event_type_id = B.id`…
219 ```select * from frame_slice where id = 12 ```
[all …]
/developtools/profiler/host/smartperf/ide/src/js-heap/
DLoadDatabase.ts48 fileStruct.id = row.id;
68 let percent = Math.floor(50 / result.length) * (row.id + 1);
80 let result = await queryHeapInfo(file.id);
98 let result = await queryHeapNode(file.id);
103 file.id,
107 row.id,
115 file.snapshotStruct.rootNodeId = row.id;
117 heapNodes.set(node.id, node);
123 file.snapshotStruct.edges = await queryHeapEdge(file.id);
127 file.snapshotStruct.functionInfos = await queryHeapFunction(file.id);
[all …]
/developtools/smartperf_host/ide/src/trace/bean/
DJsStruct.ts27 id: number; property in JsCpuProfilerUIStruct
31 id: number,
40 this.id = id;
66 id: number,
76 super(id, name, depth, 0, totalTime, url, line, column);
77 this.id = id;
106 id: number
108 super(id, name, depth, selfTime, totalTime, url, line, column);
/developtools/smartperf_host/trace_streamer/doc/
Ddes_tables.md162 Process和Thread表中的id字段可以唯一标识进程和线程。process表中的id在其他表中用作ipid字段。thread表中的id在其他表中用作itid字段。
163 thread表通过ipid字段关联process表的id字段,可以查询线程归属进程。
167 ```select thread.* from thread, process where process.pid = 123 and thread.ipid = process.id```
170 thread_state表记录所有线程的运行状态信息,包含ts(状态起始时间),dur(状态持续时间),cpu, itid, state(线程状态)。 thread表的id字段与thread_sta…
174 ```select thread_state.* from thread, thread_state where thread.tid = 123 and thread.id = thread_st…
177 native_hook表记录堆内存申请(AllocEvent)和释放(FreeEvent)数据。native_hook表通过ipid和itid字段分别与process和thread表的id字段关联,…
191 ```select native_hook.* from thread, native_hook where thread.tid = 123 and thread.id = native_hook…
207 …相关联。thread_id为线程号。与perf_thread表中的thread_id字段相关联。event_type_id为当前采样的事件类型id,与perf_report表中的id字段相关联。
229 ```select A.*, B.report_value from perf_sample as A, perf_report as B where A.event_type_id = B.id`…
241 ```select * from frame_slice where id = 12 ```
[all …]
DarkTs.md7 数据采集时,Snapshot和Timeline只能选择其中一种,其中Snapshot为堆内存数据,可设置数据采集间隔,上报的数据为多组,以{"id":1,"result":{}}做为一次数据的结束标…
13 Timeline为时间轴数据,一个数据文件中只存在一组Timeline数据。以{"id":1,"result":{}}作为数据采集起始,{"id":2,"result":{}}作为数据采集结束。
30 id:函数id
42 数组格式,表示在当前数据中每个id对应的函数出现的顺序。
70 一个Snapshot模式的文件包含有多组Snapshot数据,每一组以{"id":1,"result":{}}作为结束标识,Snapshot数据包含在json[params][ chunk]节点下,…
74 一个Timeline模式的文件包含有一组Timeline数据,以{"id":1,"result":{}}作为起始标识,以{"id":2,"result":{}}作为结束标识。Timeline数据包含…
78 cpu profiler的数据一次上报完成,以{"id":3,"result":{}}作为起始标识,包含在json[profile]节点下,取上报外层的数据作为结束时间。
94 nodes:该节点包含了js_heap_nodes表的信息,每一行为7个int类型数字,分别表示type,name,id,self_size,edge_count,trace_node_id,det…
96 …分别表示type,name_or_index,to_node。表中from_node_id是通过nodes节点的id和edgecount计算出的,nodes节点的每个edgecount对应的id即…
102 | type | name | id | self_size | edge_count | trace_node_id | datachedness |
[all …]
/developtools/smartperf_host/ide/src/js-heap/
DLoadDatabase.ts47 fileStruct.id = row.id;
76 let result = await queryHeapInfo(file.id);
94 let result = await queryHeapNode(file.id);
99 file.id,
103 row.id,
111 file.snapshotStruct.rootNodeId = row.id;
113 heapNodes.set(node.id, node);
119 file.snapshotStruct.edges = await queryHeapEdge(file.id);
123 file.snapshotStruct.functionInfos = await queryHeapFunction(file.id);
127 let result = await queryHeapTraceNode(file.id);
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/task/
DTabPaneTaskFrames.test.ts62 id: 310,
75 id: 321,
88 id: 331,
99 id: 87,
117 id: 99,
135 id: 292,
153 id: 294,
171 id: 297,
189 id: 300,
207 id: 310,
[all …]
/developtools/profiler/
DREADME_zh.md85 …able><thead align="left"><tr id="row221mcpsimp"><th class="cellrowborder" valign="top" width="30%"…
87 <th class="cellrowborder" valign="top" width="30.020000000000003%" id="mcps1.2.4.1.2"><p id="p225mc…
89 <th class="cellrowborder" valign="top" width="39.98%" id="mcps1.2.4.1.3"><p id="p227mcpsimp"><a nam…
93 <tbody><tr id="row229mcpsimp"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.2.4…
95 <td class="cellrowborder" valign="top" width="30.020000000000003%" headers="mcps1.2.4.1.2 "><p id="…
97 …ame="ul1467809165112"></a><a name="ul1467809165112"></a><ul id="ul1467809165112"><li>功能:<p id="p12…
98 </li><li>输入参数:<p id="p104087130518"><a name="p104087130518"></a><a name="p104087130518"></a>configD…
99 <p id="p32731219115114"><a name="p32731219115114"></a><a name="p32731219115114"></a>configSize:配置信息…
100 </li><li>返回值:<p id="p4892128135110"><a name="p4892128135110"></a><a name="p4892128135110"></a>0:成功<…
101 <p id="p1621513010517"><a name="p1621513010517"></a><a name="p1621513010517"></a>-1:失败</p>
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/database/
DSqlLiteWorker.ts51 function deleteConnection(store: IDBObjectStore, id: number) {
53 let request = store.delete(id);
88 self.postMessage({ id: e.data.id, ready: true, index: 0 });
93 id: e.data.id,
99 self.postMessage({ id: e.data.id, init: true });
116 self.postMessage({ id: e.data.id, results: res });
120 id: e.data.id,
DProcedure.ts21 id: number = -1; property in ProcedureThread
34 let id = this.uuid();
35 this.taskMap[id] = handler;
37 id: id,
112 if (Reflect.has(newThread.taskMap, event.data.id)) {
114 let fun = newThread.taskMap[event.data.id];
118 Reflect.deleteProperty(newThread.taskMap, event.data.id);
127 newThread.id = this.works.length;
151 id: event.data.id,
157 if (Reflect.has(thread.taskMap, event.data.id)) {
[all …]
/developtools/smartperf_host/ide/src/trace/database/
DSqlLiteWorker.ts51 function deleteConnection(store: IDBObjectStore, id: number) {
53 let deleteRequest = store.delete(id);
88 self.postMessage({ id: e.data.id, ready: true, index: 0 });
93 id: e.data.id,
99 self.postMessage({ id: e.data.id, init: true });
116 self.postMessage({ id: e.data.id, results: res });
120 id: e.data.id,
DProcedure.ts21 id: number = -1; property in ProcedureThread
34 let id = this.uuid();
35 this.taskMap[id] = handler;
37 id: id,
112 if (Reflect.has(newThread.taskMap, event.data.id)) {
114 let fun = newThread.taskMap[event.data.id];
118 Reflect.deleteProperty(newThread.taskMap, event.data.id);
127 newThread.id = this.works.length;
151 id: event.data.id,
157 if (Reflect.has(thread.taskMap, event.data.id)) {
[all …]

12345678910>>...21