/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/ |
D | cpu_detail_parser.cpp | 172 return a->msgPtr->timestamp() < b->msgPtr->timestamp(); in FilterAllEvents() 178 traceDataCache_->UpdateTraceTime(rawTraceEventList_.front()->msgPtr->timestamp()); in FilterAllEvents() 179 traceDataCache_->UpdateTraceTime(rawTraceEventList_.back()->msgPtr->timestamp()); in FilterAllEvents() 211 streamFilters_->processFilter_->UpdateOrCreateThread(event.msgPtr->timestamp(), eventTid_); in DealEvent() 231 event.msgPtr->timestamp(), schedSwitchMsg.next_pid(), schedSwitchMsg.next_comm()); in SchedSwitchEvent() 233 event.msgPtr->timestamp(), schedSwitchMsg.prev_pid(), schedSwitchMsg.prev_comm()); in SchedSwitchEvent() 236 …event.msgPtr->timestamp(), event.cpuId, uprevtid, static_cast<uint64_t>(schedSwitchMsg.prev_prio()… in SchedSwitchEvent() 246 …auto itid = streamFilters_->processFilter_->UpdateOrCreateThread(event.msgPtr->timestamp(), reason… in SchedBlockReasonEvent() 247 …if (!streamFilters_->cpuFilter_->InsertBlockedReasonEvent(event.msgPtr->timestamp(), event.cpuId, … in SchedBlockReasonEvent() 260 … streamFilters_->processFilter_->UpdateOrCreateThread(event.msgPtr->timestamp(), wakeupMsg.pid()); in SchedWakeupEvent() [all …]
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
D | TabPaneNMSampleList.test.ts | 48 timestamp: '', 100 timestamp: '', 117 timestamp: '', 151 timestamp: '', 167 timestamp: '', 183 timestamp: '', 244 timestamp: '', 272 timestamp: '', 300 timestamp: '', 328 timestamp: '', [all …]
|
/developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerHeapTimeline.ts | 96 samples[i].timestamp, 118 timestamp: number, 129 …if (node.timestamp * 1000 > startNS && node.timestamp * 1000 < endNS && node.timestamp === timesta… 131 Math.floor(((timestamp * 1000 - startNS) / totalNS) * frame.width),
|
/developtools/smartperf_host/ide/test/trace/component/chart/ |
D | SpHiPerf.test.ts | 80 timestamp: 3468360924674, 92 timestamp: 3468361000799, 104 timestamp: 3468361045716, 116 timestamp: 3468361054466,
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/ |
D | v4l2.proto | 29 int64 timestamp = 7; field 51 int64 timestamp = 7; field 70 uint64 timestamp = 4; field 89 uint64 timestamp = 4; field 108 uint64 timestamp = 4; field 127 uint64 timestamp = 4; field
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
D | v4l2.proto | 29 int64 timestamp = 7; field 51 int64 timestamp = 7; field 70 uint64 timestamp = 4; field 89 uint64 timestamp = 4; field 108 uint64 timestamp = 4; field 127 uint64 timestamp = 4; field
|
/developtools/profiler/protos/types/plugins/ftrace_data/default/ |
D | v4l2.proto | 29 int64 timestamp = 7; field 51 int64 timestamp = 7; field 70 uint64 timestamp = 4; field 89 uint64 timestamp = 4; field 108 uint64 timestamp = 4; field 127 uint64 timestamp = 4; field
|
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/ |
D | ftrace_v4l2_event_formatter.cpp | 49 msg.timestamp(), in __anon7fb2947d0302() 85 msg.timestamp(), in __anon7fb2947d0502() 116 msg.timestamp(), in __anon7fb2947d0702() 147 msg.timestamp(), in __anon7fb2947d0902() 179 msg.timestamp(), in __anon7fb2947d0b02() 210 msg.timestamp(), in __anon7fb2947d0d02()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/ |
D | SignHap.java | 77 …JarOutputStream out, long timestamp, int defaultAlignment) throws IOException, HapFormatException { in copyFiles() argument 100 JarEntry outEntry = getJarEntry(timestamp, inEntry); in copyFiles() 123 JarEntry outEntry = getFirstJarEntry(firstEntry, offset, timestamp); in copyFiles() 129 copyFilesExceptStoredFile(entryListNotStored, in, out, timestamp, isAlignmentFlag); in copyFiles() 156 private static JarEntry getFirstJarEntry(JarEntry firstEntry, long offset, long timestamp) { in getFirstJarEntry() argument 158 JarEntry outEntry = getJarEntry(timestamp, firstEntry); in getFirstJarEntry() 202 private static JarEntry getJarEntry(long timestamp, JarEntry inEntry) { in getJarEntry() argument 204 outEntry.setTime(timestamp); in getJarEntry() 212 JarOutputStream out, long timestamp, boolean isAlignmentFlag) throws IOException { in copyFilesExceptStoredFile() argument 225 outEntry.setTime(timestamp); in copyFilesExceptStoredFile()
|
/developtools/smartperf_host/ide/src/js-heap/model/ |
D | DatabaseStruct.ts | 219 timestamp: number; property in HeapSample 223 constructor(timestamp: number, lastAssignedId: number) { 224 this.timestamp = timestamp;
|
/developtools/profiler/hidebug/test/unittest/js/ |
D | ExampleJsunit.test.js | 69 let timestamp = Date.now(); 70 let filename = "cpuprofiler_" + timestamp.toString(); 99 let timestamp = Date.now(); 100 let filename = "cpuprofiler_" + timestamp.toString();
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/acls_check/ |
D | utils.py | 31 def timestamp(): function 49 log_content = timestamp() + ' {}'.format(level) + ' [{}]'.format(tag) + ' {}'.format(msg)
|
/developtools/smartperf_host/ide/test/trace/bean/ |
D | NativeHook.test.ts | 204 timestamp: 'timestamp', 220 timestamp: expect.any(String), 255 timestamp: 'timestamp', 270 timestamp: expect.any(String),
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/acls_check/ |
D | utils.py | 31 def timestamp(): function 49 log_content = timestamp() + ' {}'.format(level) + ' [{}]'.format(tag) + ' {}'.format(msg)
|
/developtools/bytrace/script/ |
D | bytrace_multi.py | 88 timestamp = float(mtuple[0]) 90 timestamp_ = "{:.6f}".format(timestamp - diff_time) 92 line.replace("{:.6f}".format(timestamp), str(timestamp_))
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/ |
D | common.py | 70 log_content = timestamp() + ' {}'.format(level) + ' [{}]'.format(tag) + ' {}'.format(msg) 94 def timestamp(): function
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/APL_compare_03/ |
D | common.py | 70 log_content = timestamp() + ' {}'.format(level) + ' [{}]'.format(tag) + ' {}'.format(msg) 94 def timestamp(): function
|
/developtools/profiler/host/smartperf/client/client_command/ |
D | README_zh.md | 95 order:13 timestamp=1501925596847 112 order:13 timestamp=1501925597848 119 …pu2load,cpu3freq,cpu3load,current_now,gpu-thermal,gpufreq,gpuload,soc-thermal,timestamp,voltage_now
|
/developtools/profiler/device/plugins/ftrace_plugin/include/ |
D | ftrace_common_type.h | 68 uint64_t timestamp = 0; member 165 FieldFormat timestamp = {}; member
|
/developtools/profiler/protos/types/plugins/network_data/ |
D | network_plugin_result.proto | 27 // timestamp obtained by CLOCK_REALTIME 44 // timestamp obtained by CLOCK_REALTIME
|
/developtools/smartperf_host/ide/src/trace/bean/ |
D | NativeHook.ts | 84 timestamp: string = ''; property in NativeMemory 106 timestamp: string = ''; property in NativeHookSamplerInfo
|
D | FrameComponentBean.ts | 32 timestamp: string | undefined; property
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/network_data/ |
D | network_plugin_result.proto | 27 // timestamp obtained by CLOCK_REALTIME 44 // timestamp obtained by CLOCK_REALTIME
|
/developtools/smartperf_host/trace_streamer/src/base/ |
D | string_to_numerical.h | 51 inline std::string ConvertTimestampToSecStr(uint64_t timestamp, uint8_t precision) in ConvertTimestampToSecStr() argument 53 double seconds = static_cast<double>(timestamp) / 1e9; in ConvertTimestampToSecStr()
|
/developtools/profiler/protos/types/plugins/cpu_data/ |
D | cpu_plugin_result.proto | 48 SampleTimeStamp timestamp = 8; field 65 SampleTimeStamp timestamp = 6; field
|