Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 78) sorted by relevance

1234

/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dcpu_detail_parser.cpp172 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/
DTabPaneNMSampleList.test.ts48 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/
DProcedureWorkerHeapTimeline.ts96 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/
DSpHiPerf.test.ts80 timestamp: 3468360924674,
92 timestamp: 3468361000799,
104 timestamp: 3468361045716,
116 timestamp: 3468361054466,
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Dv4l2.proto29 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/
Dv4l2.proto29 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/
Dv4l2.proto29 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/
Dftrace_v4l2_event_formatter.cpp49 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/
DSignHap.java77 …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/
DDatabaseStruct.ts219 timestamp: number; property in HeapSample
223 constructor(timestamp: number, lastAssignedId: number) {
224 this.timestamp = timestamp;
/developtools/profiler/hidebug/test/unittest/js/
DExampleJsunit.test.js69 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/
Dutils.py31 def timestamp(): function
49 log_content = timestamp() + ' {}'.format(level) + ' [{}]'.format(tag) + ' {}'.format(msg)
/developtools/smartperf_host/ide/test/trace/bean/
DNativeHook.test.ts204 timestamp: 'timestamp',
220 timestamp: expect.any(String),
255 timestamp: 'timestamp',
270 timestamp: expect.any(String),
/developtools/integration_verification/cases/smoke/basic/screenshot32/acls_check/
Dutils.py31 def timestamp(): function
49 log_content = timestamp() + ' {}'.format(level) + ' [{}]'.format(tag) + ' {}'.format(msg)
/developtools/bytrace/script/
Dbytrace_multi.py88 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/
Dcommon.py70 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/
Dcommon.py70 log_content = timestamp() + ' {}'.format(level) + ' [{}]'.format(tag) + ' {}'.format(msg)
94 def timestamp(): function
/developtools/profiler/host/smartperf/client/client_command/
DREADME_zh.md95 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/
Dftrace_common_type.h68 uint64_t timestamp = 0; member
165 FieldFormat timestamp = {}; member
/developtools/profiler/protos/types/plugins/network_data/
Dnetwork_plugin_result.proto27 // timestamp obtained by CLOCK_REALTIME
44 // timestamp obtained by CLOCK_REALTIME
/developtools/smartperf_host/ide/src/trace/bean/
DNativeHook.ts84 timestamp: string = ''; property in NativeMemory
106 timestamp: string = ''; property in NativeHookSamplerInfo
DFrameComponentBean.ts32 timestamp: string | undefined; property
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/network_data/
Dnetwork_plugin_result.proto27 // timestamp obtained by CLOCK_REALTIME
44 // timestamp obtained by CLOCK_REALTIME
/developtools/smartperf_host/trace_streamer/src/base/
Dstring_to_numerical.h51 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/
Dcpu_plugin_result.proto48 SampleTimeStamp timestamp = 8; field
65 SampleTimeStamp timestamp = 6; field

1234