Searched refs:records (Results 1 – 9 of 9) sorted by relevance
/developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/ |
D | compare.py | 32 records = [] 45 records.append(log_content) 48 return records, hap_check 51 records = [] 62 records.append(log_content) 65 return records, native_check 68 records=[] 72 records.append(record) 79 records.append(record) 81 return records
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/APL_compare_03/ |
D | compare.py | 32 records = [] 45 records.append(log_content) 48 return records, hap_check 51 records = [] 62 records.append(log_content) 65 return records, native_check 68 records=[] 72 records.append(record) 79 records.append(record) 81 return records
|
/developtools/ace_ets2bundle/ |
D | generateSysResource.py | 23 self.records = {} 46 if item_type not in self.records: 47 self.records[item_type] = dict() 48 self.records[item_type][item_name] = item_id 54 for (item_type, dataset) in self.records.items():
|
/developtools/integration_verification/tools/fotff/ |
D | README.md | 39 2. 分析结果在.fotff/records.json文件中记录;如果配置了邮箱信息,会发送结果到指定邮箱。
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/hiperf_call_plugin/ |
D | hiperf_call_plugin_config.proto | 22 uint32 frequency = 3; // Set the counts of dumpping records per second, default 1000.
|
/developtools/smartperf_host/ |
D | README.md | 48 … location, and more) of your application, resource application and usage records (WorkScheduler, R… 52 In Smartperf_Host, you can collect page fault records, covering various aspects such as start time,… 54 In Smartperf_Host, you can collect I/O operation records, which provide the following information: …
|
/developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/ |
D | perf_event.h.patch | 78 - PERF_SAMPLE_BRANCH_HW_INDEX_SHIFT = 17, /* save low level index of raw branch records */ 107 - aux_output : 1, /* generate AUX records instead of events */ 463 - * This records the hardware ID, but requires sample_id to provide the 465 - * records from multiple events.
|
/developtools/profiler/device/plugins/memory_plugin/src/ |
D | memory_data_plugin.cpp | 1249 std::vector<MemoryRecord> records; in GetRenderServiceGlSize() local 1250 if (memtrack->GetDevMem(pid, MEMORY_TRACKER_TYPE_GL, records) == HDF_SUCCESS) { in GetRenderServiceGlSize() 1252 for (const auto& record : records) { in GetRenderServiceGlSize()
|
/developtools/profiler/hiebpf/include/ |
D | vmlinux.h | 24652 void *records[0]; member 28284 struct ftrace_profile records[0]; member 28306 struct dyn_ftrace *records; member 66302 u8 records[0]; member 66327 struct list_head records; member
|