Home
last modified time | relevance | path

Searched refs:start_timestamp_ns (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dhost_tracer_utils.cc43 void ConvertCompleteEventsToXPlane(uint64 start_timestamp_ns, in ConvertCompleteEventsToXPlane() argument
50 xline.SetTimestampNs(start_timestamp_ns); in ConvertCompleteEventsToXPlane()
56 if (event.start_time < start_timestamp_ns) continue; in ConvertCompleteEventsToXPlane()
Dhost_tracer_utils.h26 void ConvertCompleteEventsToXPlane(uint64 start_timestamp_ns,
/external/tensorflow/tensorflow/core/profiler/utils/
Dderived_timeline.cc137 uint64 start_timestamp_ns = 0; in DeriveEventsFromAnnotations() local
141 start_timestamp_ns = line.TimestampNs(); in DeriveEventsFromAnnotations()
149 start_timestamp_ns, {}); in DeriveEventsFromAnnotations()
152 start_timestamp_ns, {&tf_ops}); in DeriveEventsFromAnnotations()
154 start_timestamp_ns, {}); in DeriveEventsFromAnnotations()
156 kXlaModuleLineName, start_timestamp_ns, in DeriveEventsFromAnnotations()
159 start_timestamp_ns, {&hlo_modules}); in DeriveEventsFromAnnotations()
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_tf_stats_test.cc36 int64 start_timestamp_ns, int64 duration_ns, in AddTensorFlowOpEvent() argument
42 event.SetTimestampNs(start_timestamp_ns); in AddTensorFlowOpEvent()
52 int64 start_timestamp_ns, in AddTensorFlowOpEventWithKernelDetails() argument
59 AddTensorFlowOpEvent(std::move(tf_op_fullname), start_timestamp_ns, in AddTensorFlowOpEventWithKernelDetails()
Dxplane_to_op_metrics_db_test.cc35 int64 start_timestamp_ns, int64 duration_ns, in AddTensorFlowOpEvent() argument
40 event.SetTimestampNs(start_timestamp_ns); in AddTensorFlowOpEvent()
/external/tensorflow/tensorflow/core/profiler/lib/
Dprofiler_session.cc128 if (options_.start_timestamp_ns() > 0) { in ProfilerSession()
130 options_.start_timestamp_ns() - profiler::GetCurrentTimeNanos(); in ProfilerSession()
/external/perfetto/protos/perfetto/trace/track_event/
Dprocess_descriptor.proto34 optional int64 start_timestamp_ns = 7; field
/external/tensorflow/tensorflow/core/profiler/
Dprofiler_options.proto55 uint64 start_timestamp_ns = 8; field
/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dcapture_profile.cc200 << opts.profiler_options().start_timestamp_ns() << " [" in Trace()
/external/tensorflow/tensorflow/python/profiler/internal/
Dprofiler_pywrap_impl.cc102 auto requested_start_ts = options.profiler_options().start_timestamp_ns(); in UpdateMaxSessionDuration()
/external/perfetto/src/trace_processor/
Dexport_json.cc740 base::Optional<int64_t> start_timestamp_ns = in ExportProcessUptimes() local
742 if (!start_timestamp_ns.has_value()) in ExportProcessUptimes()
746 (last_timestamp_ns - start_timestamp_ns.value()) / in ExportProcessUptimes()
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc1591 if (decoder.has_start_timestamp_ns() && decoder.start_timestamp_ns() > 0) { in ParseProcessDescriptor()
1593 decoder.start_timestamp_ns()); in ParseProcessDescriptor()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto8441 optional int64 start_timestamp_ns = 7; field