Home
last modified time | relevance | path

Searched refs:timestamp_ns (Results 1 – 25 of 48) sorted by relevance

12

/external/perfetto/test/trace_processor/startup/
Dandroid_batt_counters.out3 timestamp_ns: 20
10 timestamp_ns: 52
17 timestamp_ns: 80
24 timestamp_ns: 92
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_builder.h182 void SetTimestampNs(int64 timestamp_ns) { in SetTimestampNs() argument
183 SetOffsetPs(NanosToPicos(timestamp_ns - line_->timestamp_ns())); in SetTimestampNs()
198 SetDurationPs(end_timestamp_ps - PicosToNanos(line_->timestamp_ns()) - in SetEndTimestampPs()
202 SetDurationPs(NanosToPicos(end_timestamp_ns - line_->timestamp_ns()) - in SetEndTimestampNs()
207 return Timespan(NanosToPicos(line_->timestamp_ns()) + event_->offset_ps(), in GetTimespan()
236 int64 TimestampNs() const { return line_->timestamp_ns(); } in TimestampNs()
239 void SetTimestampNs(int64 timestamp_ns) { in SetTimestampNs() argument
240 line_->set_timestamp_ns(timestamp_ns); in SetTimestampNs()
244 void SetTimestampNsAndAdjustEventOffsets(int64 timestamp_ns);
Dxplane_builder.cc131 void XLineBuilder::SetTimestampNsAndAdjustEventOffsets(int64 timestamp_ns) { in SetTimestampNsAndAdjustEventOffsets() argument
132 int64 offset_ps = NanosToPicos(line_->timestamp_ns() - timestamp_ns); in SetTimestampNsAndAdjustEventOffsets()
133 line_->set_timestamp_ns(timestamp_ns); in SetTimestampNsAndAdjustEventOffsets()
Dxplane_visitor.h164 int64 LineTimestampNs() const { return line_->timestamp_ns(); } in LineTimestampNs()
166 double TimestampNs() const { return line_->timestamp_ns() + OffsetNs(); } in TimestampNs()
169 return NanosToPicos(line_->timestamp_ns()) + event_->offset_ps(); in TimestampPs()
222 double TimestampNs() const { return line_->timestamp_ns(); } in TimestampNs()
Dxplane_utils.cc224 if (line.timestamp_ns() >= static_cast<int64>(start_time_ns)) { in NormalizeTimestamps()
225 line.set_timestamp_ns(line.timestamp_ns() - start_time_ns); in NormalizeTimestamps()
305 plane_timestamp = std::min<int64>(plane_timestamp, line.timestamp_ns()); in GetStartTimestampNs()
Dxplane_utils_test.cc165 int64 timestamp_ns) { in CreateXLine() argument
168 line.SetTimestampNs(timestamp_ns); in CreateXLine()
197 EXPECT_EQ(line.timestamp_ns(), start_time_ns); in CheckXLine()
Dderived_timeline.h36 absl::string_view name, int64 timestamp_ns,
/external/libchrome/base/android/
Dearly_trace_event_binding.cc43 jlong timestamp_ns) { in JNI_EarlyTraceEvent_RecordEarlyStartAsyncEvent() argument
45 int64_t timestamp_us = timestamp_ns / 1000; in JNI_EarlyTraceEvent_RecordEarlyStartAsyncEvent()
57 jlong timestamp_ns) { in JNI_EarlyTraceEvent_RecordEarlyFinishAsyncEvent() argument
59 int64_t timestamp_us = timestamp_ns / 1000; in JNI_EarlyTraceEvent_RecordEarlyFinishAsyncEvent()
/external/libvpx/libvpx/
Dwebmdec.cc43 webm_ctx->timestamp_ns = 0; in reset()
190 webm_ctx->timestamp_ns = block->GetTime(cluster); in webm_read_frame()
203 while (webm_ctx->timestamp_ns < 1000000000 && i < 50) { in webm_guess_framerate()
211 static_cast<int>(webm_ctx->timestamp_ns / 1000); in webm_guess_framerate()
218 webm_ctx->timestamp_ns = 0; in webm_guess_framerate()
Dwebmdec.h30 uint64_t timestamp_ns; member
/external/webrtc/sdk/android/src/jni/
Dvideo_decoder_wrapper.cc105 frame_extra_info.timestamp_ns = in Decode()
162 const int64_t timestamp_ns = GetJavaVideoFrameTimestampNs(env, j_frame); in OnDecodedFrame() local
171 << "Java decoder produced an unexpected frame: " << timestamp_ns; in OnDecodedFrame()
179 } while (frame_extra_info.timestamp_ns != timestamp_ns); in OnDecodedFrame()
Dvideo_frame.cc196 int64_t timestamp_ns = Java_VideoFrame_getTimestampNs(jni, j_video_frame); in JavaToNativeFrame() local
202 .set_timestamp_ms(timestamp_ns / rtc::kNumNanosecsPerMillisec) in JavaToNativeFrame()
/external/libaom/libaom/common/
Dwebmdec.cc45 webm_ctx->timestamp_ns = 0; in reset()
192 webm_ctx->timestamp_ns = block->GetTime(cluster); in webm_read_frame()
218 while (webm_ctx->timestamp_ns < 1000000000 && i < 50) { in webm_guess_framerate()
226 static_cast<int>(webm_ctx->timestamp_ns / 1000); in webm_guess_framerate()
242 webm_ctx->timestamp_ns = 0; in webm_guess_framerate()
Dwebmdec.h31 uint64_t timestamp_ns; member
/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.cc84 const int64_t timestamp_ns = in AddSnapshot() local
86 domain.last_timestamp_ns = timestamp_ns; in AddSnapshot()
108 timestamp_ns < vect.timestamps_ns.back()) { in AddSnapshot()
116 clock_id, snapshot_id, timestamp_ns, in AddSnapshot()
141 vect.timestamps_ns.emplace_back(timestamp_ns); in AddSnapshot()
/external/perfetto/src/trace_processor/
Dtp_metatrace.h48 uint64_t timestamp_ns; member
104 record->timestamp_ns = TraceTimeNowNs(); in AppendRecord()
148 record_->duration_ns = static_cast<uint32_t>(now - record_->timestamp_ns); in ~ScopedEvent()
/external/perfetto/protos/perfetto/metrics/android/
Dbatt_metric.proto24 optional int64 timestamp_ns = 1; field
49 optional int64 timestamp_ns = 1; field
/external/kernel-headers/original/uapi/linux/
Dgpio.h256 __aligned_u64 timestamp_ns; member
291 __aligned_u64 timestamp_ns; member
Dsync_file.h47 __u64 timestamp_ns; member
Dcn_proc.h66 __u64 __attribute__((aligned(8))) timestamp_ns; member
/external/bcc/tools/
Dsslsniff.py211 start = event.timestamp_ns
212 time_s = (float(event.timestamp_ns - start)) / 1000000000
/external/igt-gpu-tools/include/drm-uapi/
Dsync_file.h47 __u64 timestamp_ns; member
/external/mesa3d/include/drm-uapi/
Dsync_file.h65 __u64 timestamp_ns; member
/external/perfetto/include/perfetto/ext/base/
Dmetatrace.h100 uint64_t timestamp_ns() const { in timestamp_ns() function
290 record_->duration_ns = static_cast<uint32_t>(now - record_->timestamp_ns()); in ~ScopedEvent()
/external/perfetto/include/perfetto/tracing/
Dtrack_event_state_tracker.h101 uint64_t timestamp_ns{};

12