XLineOrBuilder

رابط عمومی XLineOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

انتزاعی طولانی
getDisplayId ()
 Display id of this line.
رشته انتزاعی
getDisplayName ()
 Name of this XLine to display in trace viewer.
چکیده com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of this XLine to display in trace viewer.
انتزاعی طولانی
getDurationPs ()
 Profiling duration for this line in picoseconds.
خلاصه XEvent
getEvents (شاخص int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
انتزاعی
getEventsCount ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
فهرست چکیده < XEvent >
getEventsList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
چکیده XEventOrBuilder
getEventsOrBuilder (شاخص int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
فهرست چکیده <? XEventOrBuilder را گسترش می دهد >
getEventsOrBuilderList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
انتزاعی طولانی
getId ()
 Id of this line, can be repeated within an XPlane.
رشته انتزاعی
getName ()
 Name of this XLine.
چکیده com.google.protobuf.ByteString
getNameBytes ()
 Name of this XLine.
انتزاعی طولانی
getTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.

روش های عمومی

getDisplayId طولانی انتزاعی عمومی ()

 Display id of this line. Multiple lines with the same display_id are
 grouped together in the same trace viewer row.
 
int64 display_id = 10;

رشته انتزاعی عمومی getDisplayName ()

 Name of this XLine to display in trace viewer.
 
string display_name = 11;

چکیده عمومی com.google.protobuf.ByteString getDisplayNameBytes ()

 Name of this XLine to display in trace viewer.
 
string display_name = 11;

انتزاع عمومی طولانی getDurationPs ()

 Profiling duration for this line in picoseconds.
 
int64 duration_ps = 9;

انتزاعی عمومی XEvent getEvents (int index)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

انتزاعی عمومی int getEventsCount ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

فهرست انتزاعی عمومی< XEvent > getEventsList ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

چکیده عمومی XEventOrBuilder getEventsOrBuilder (int index)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

فهرست چکیده عمومی<? گسترش XEventOrBuilder > getEventsOrBuilderList ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

دریافت شناسه طولانی انتزاعی عمومی ()

 Id of this line, can be repeated within an XPlane. All XLines with the
 same id are effectively the same timeline.
 
int64 id = 1;

رشته انتزاعی عمومی getName ()

 Name of this XLine.
 
string name = 2;

چکیده عمومی com.google.protobuf.ByteString getNameBytes ()

 Name of this XLine.
 
string name = 2;

انتزاع عمومی طولانی getTimestampNs ()

 Start time of this line in nanoseconds since the UNIX epoch.
 XEvent.offset_ps is relative to this timestamp.
 
int64 timestamp_ns = 3;