/external/perfetto/test/trace_processor/startup/ |
D | android_batt_counters.out | 3 timestamp_ns: 20 10 timestamp_ns: 52 17 timestamp_ns: 80 24 timestamp_ns: 92
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | xplane_builder.h | 182 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);
|
D | xplane_builder.cc | 131 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()
|
D | xplane_visitor.h | 164 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()
|
D | xplane_utils.cc | 224 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()
|
D | xplane_utils_test.cc | 165 int64 timestamp_ns) { in CreateXLine() argument 168 line.SetTimestampNs(timestamp_ns); in CreateXLine() 197 EXPECT_EQ(line.timestamp_ns(), start_time_ns); in CheckXLine()
|
D | derived_timeline.h | 36 absl::string_view name, int64 timestamp_ns,
|
/external/libchrome/base/android/ |
D | early_trace_event_binding.cc | 43 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/ |
D | webmdec.cc | 43 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()
|
D | webmdec.h | 30 uint64_t timestamp_ns; member
|
/external/webrtc/sdk/android/src/jni/ |
D | video_decoder_wrapper.cc | 105 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()
|
D | video_frame.cc | 196 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/ |
D | webmdec.cc | 45 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()
|
D | webmdec.h | 31 uint64_t timestamp_ns; member
|
/external/perfetto/src/trace_processor/importers/common/ |
D | clock_tracker.cc | 84 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/ |
D | tp_metatrace.h | 48 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/ |
D | batt_metric.proto | 24 optional int64 timestamp_ns = 1; field 49 optional int64 timestamp_ns = 1; field
|
/external/kernel-headers/original/uapi/linux/ |
D | gpio.h | 256 __aligned_u64 timestamp_ns; member 291 __aligned_u64 timestamp_ns; member
|
D | sync_file.h | 47 __u64 timestamp_ns; member
|
D | cn_proc.h | 66 __u64 __attribute__((aligned(8))) timestamp_ns; member
|
/external/bcc/tools/ |
D | sslsniff.py | 211 start = event.timestamp_ns 212 time_s = (float(event.timestamp_ns - start)) / 1000000000
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | sync_file.h | 47 __u64 timestamp_ns; member
|
/external/mesa3d/include/drm-uapi/ |
D | sync_file.h | 65 __u64 timestamp_ns; member
|
/external/perfetto/include/perfetto/ext/base/ |
D | metatrace.h | 100 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/ |
D | track_event_state_tracker.h | 101 uint64_t timestamp_ns{};
|