/external/perfetto/test/metrics/ |
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 | 102 void SetTimestampNs(int64 timestamp_ns) { in SetTimestampNs() argument 103 SetOffsetPs(NanosToPicos(timestamp_ns - line_->timestamp_ns())); in SetTimestampNs() 119 SetDurationPs(NanosToPicos(end_timestamp_ns - line_->timestamp_ns()) - in SetEndTimestampNs() 141 void SetTimestampNs(int64 timestamp_ns) { in SetTimestampNs() argument 142 line_->set_timestamp_ns(timestamp_ns); in SetTimestampNs()
|
D | xplane_visitor.h | 113 int64 LineTimestampNs() const { return line_->timestamp_ns(); } in LineTimestampNs() 115 double TimestampNs() const { return line_->timestamp_ns() + OffsetNs(); } in TimestampNs() 118 return NanosToPicos(line_->timestamp_ns()) + event_->offset_ps(); in TimestampPs() 164 double TimestampNs() const { return line_->timestamp_ns(); } in TimestampNs()
|
D | derived_timeline.cc | 35 absl::string_view name, int64 timestamp_ns) in DerivedXLineBuilder() argument 40 line_.SetTimestampNs(timestamp_ns); in DerivedXLineBuilder()
|
/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/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/webrtc/talk/app/webrtc/java/jni/ |
D | androidvideocapturer_jni.cc | 157 int64_t timestamp_ns) { in OnMemoryBufferFrame() argument 172 buffer, rotation, timestamp_ns); in OnMemoryBufferFrame() 178 int64_t timestamp_ns, in OnTextureFrame() argument 185 buffer, rotation, timestamp_ns); in OnTextureFrame()
|
D | androidvideocapturer_jni.h | 66 int height, int rotation, int64_t timestamp_ns); 67 void OnTextureFrame(int width, int height, int rotation, int64_t timestamp_ns,
|
/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/kernel-headers/original/uapi/linux/ |
D | sync_file.h | 47 __u64 timestamp_ns; member
|
D | cn_proc.h | 66 __u64 __attribute__((aligned(8))) 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 | 104 uint64_t timestamp_ns() const { in timestamp_ns() function 294 record_->duration_ns = static_cast<uint32_t>(now - record_->timestamp_ns()); in ~ScopedEvent()
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | xplane.proto | 57 int64 timestamp_ns = 3; field 77 // XLine.timestamp_ns().
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | packet_sequence_state.h | 274 int64_t timestamp_ns, in SetThreadDescriptor() argument 281 track_event_timestamp_ns_ = timestamp_ns; in SetThreadDescriptor()
|
/external/perfetto/src/tracing/core/ |
D | metatrace_writer.cc | 79 packet->set_timestamp(it->timestamp_ns()); in WriteAllAvailableEvents()
|
/external/perfetto/protos/perfetto/metrics/android/ |
D | batt_metric.proto | 24 optional int64 timestamp_ns = 1; field
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 1556 uint64_t timestamp_ns, bool is_key); 1573 uint64_t timestamp_ns, uint64_t duration_ns); 1749 int TestFrame(uint64_t track_num, uint64_t timestamp_ns, bool key) const; 1753 bool MakeNewCluster(uint64_t timestamp_ns); 1758 bool DoNewClusterProcessing(uint64_t track_num, uint64_t timestamp_ns,
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 1556 uint64_t timestamp_ns, bool is_key); 1573 uint64_t timestamp_ns, uint64_t duration_ns); 1749 int TestFrame(uint64_t track_num, uint64_t timestamp_ns, bool key) const; 1753 bool MakeNewCluster(uint64_t timestamp_ns); 1758 bool DoNewClusterProcessing(uint64_t track_num, uint64_t timestamp_ns,
|
/external/bcc/examples/lua/ |
D | memleak.lua | 163 if now - min_age_ns >= tonumber(info.timestamp_ns) then
|