/external/tensorflow/tensorflow/python/profiler/internal/ |
D | python_hooks.h | 50 : start_time_ns(start), in PythonTraceEntry() 62 start_time_ns = other.start_time_ns; in PythonTraceEntry() 72 uint64 start_time_ns; member
|
D | python_hooks.cc | 85 xevent.SetTimestampNs(event.start_time_ns); in AddEventToXLine()
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | post_process_single_host_xplane.cc | 41 void PostProcessSingleHostXSpace(XSpace* space, uint64 start_time_ns) { in PostProcessSingleHostXSpace() argument 48 NormalizeTimestamps(space, start_time_ns); in PostProcessSingleHostXSpace()
|
D | post_process_single_host_xplane.h | 25 void PostProcessSingleHostXSpace(XSpace* space, uint64 start_time_ns);
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | xplane_utils.cc | 222 void NormalizeTimestamps(XPlane* plane, uint64 start_time_ns) { in NormalizeTimestamps() argument 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() 230 void NormalizeTimestamps(XSpace* space, uint64 start_time_ns) { in NormalizeTimestamps() argument 232 NormalizeTimestamps(&plane, start_time_ns); in NormalizeTimestamps()
|
D | xplane_utils.h | 112 void NormalizeTimestamps(XPlane* plane, uint64 start_time_ns); 113 void NormalizeTimestamps(XSpace* space, uint64 start_time_ns);
|
D | tfstreamz_utils.h | 31 uint64 start_time_ns; // time before collection. member
|
D | tfstreamz_utils.cc | 90 xevent.SetTimestampNs(snapshot.start_time_ns); in SerializeToXPlane()
|
D | xplane_utils_test.cc | 193 absl::string_view display, int64 start_time_ns, in CheckXLine() argument 197 EXPECT_EQ(line.timestamp_ns(), start_time_ns); in CheckXLine()
|
/external/tensorflow/tensorflow/core/profiler/internal/gpu/ |
D | cupti_tracer.cc | 353 event.start_time_ns = start_time; in AddKernelEventUponApiExit() 371 event.start_time_ns = start_time; in PopulateMemcpyCallbackEvent() 418 event.start_time_ns = start_time; in AddCuMemsetEventUponApiExit() 467 event.start_time_ns = start_time; in AddCuMemAllocEventUponApiExit() 490 event.start_time_ns = start_time; in AddCuMemAllocPitchEventUponApiExit() 514 event.start_time_ns = start_time; in AddCuMemFreeEventUponApiExit() 533 event.start_time_ns = start_time; in AddGenericEventUponApiExit() 550 event.start_time_ns = kernel->start; in AddKernelActivityEvent() 598 event.start_time_ns = memcpy->start; in AddMemcpyActivityEvent() 623 event.start_time_ns = memcpy2->start; in AddMemcpy2ActivityEvent() [all …]
|
D | cupti_collector.cc | 134 if (event.start_time_ns < start_gpu_ns || event.end_time_ns > end_gpu_ns || in CreateXEvent() 135 event.start_time_ns > event.end_time_ns) { in CreateXEvent() 137 << " start time(ns): " << event.start_time_ns in CreateXEvent() 149 xevent.SetTimestampNs(event.start_time_ns); in CreateXEvent() 317 CorrelationInfo(event.thread_id, event.start_time_ns)}); in AddEvent() 339 (start_walltime_ns + (event.start_time_ns - start_gpu_ns)) / 1000); in Flush() 341 auto elapsed_ns = event.end_time_ns - event.start_time_ns; in Flush()
|
D | cupti_collector.h | 158 uint64 start_time_ns = 0; member
|
/external/perfetto/include/perfetto/tracing/ |
D | console_interceptor.h | 91 uint64_t start_time_ns{};
|
/external/libwebm/ |
D | sample_muxer_metadata.cc | 175 const uint64_t start_time_ns = start_time_ms * kNsPerMs; in AddChapter() local 178 chapter->set_time(*segment_, start_time_ns, stop_time_ns); in AddChapter()
|
/external/rust/crates/plotters/src/coord/ranged1d/types/ |
D | datetime.rs | 626 let start_time_ns = u64::from(self.0.num_seconds_from_midnight()) * 1_000_000_000 in key_points() localVariable 630 + Duration::nanoseconds(if start_time_ns % actual_ns_per_point > 0 { in key_points() 631 start_time_ns + (actual_ns_per_point - start_time_ns % actual_ns_per_point) in key_points() 633 start_time_ns in key_points()
|
/external/perfetto/src/tracing/ |
D | console_interceptor.cc | 137 start_time_ns = self->start_time_ns_; in ThreadLocalState() 206 static_cast<double>(event.timestamp_ns - tls.start_time_ns) / 1e9, in OnTrackEvent()
|
/external/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 938 void set_time(const Segment& segment, uint64_t start_time_ns,
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 938 void set_time(const Segment& segment, uint64_t start_time_ns,
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 938 void set_time(const Segment& segment, uint64_t start_time_ns,
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 11884 …<var-decl name="start_time_ns" type-id="91ce1af9" visibility="default" filepath="include/linux/blk… 75311 …<var-decl name="start_time_ns" type-id="91ce1af9" visibility="default" filepath="include/linux/blk…
|
D | test-PR27569-v0.abi | 11884 …<var-decl name="start_time_ns" type-id="91ce1af9" visibility="default" filepath="include/linux/blk… 75297 …<var-decl name="start_time_ns" type-id="91ce1af9" visibility="default" filepath="include/linux/blk…
|