XLineOrBuilder

genel arayüz XLineOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut uzun
getDisplayId ()
 Display id of this line.
soyut Dize
getDisplayName ()
 Name of this XLine to display in trace viewer.
abstract com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of this XLine to display in trace viewer.
soyut uzun
getDurationPs ()
 Profiling duration for this line in picoseconds.
özet XEvent
getEvents (int dizini)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
soyut int
getEventsCount ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Özet Listesi< XEvent >
getEventsList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
özet XEventOrBuilder
getEventsOrBuilder (int dizini)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Özet Liste<? XEventOrBuilder'ı genişletir >
getEventsOrBuilderList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
soyut uzun
kimliği al ()
 Id of this line, can be repeated within an XPlane.
soyut Dize
getName ()
 Name of this XLine.
abstract com.google.protobuf.ByteString
getNameBytes ()
 Name of this XLine.
soyut uzun
getTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.

Genel Yöntemler

genel özet uzun 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;

genel özet Dize getDisplayName ()

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

genel özet com.google.protobuf.ByteString getDisplayNameBytes ()

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

genel özet uzun getDurationPs ()

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

genel özet XEvent getEvents (int dizini)

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

genel özet int getEventsCount ()

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

genel özet Listesi< XEvent > getEventsList ()

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

genel özet XEventOrBuilder getEventsOrBuilder (int dizini)

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

genel özet listesi<? XEventOrBuilder'ı genişletir > getEventsOrBuilderList ()

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

genel özet uzun getId ()

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

genel özet Dize getName ()

 Name of this XLine.
 
string name = 2;

genel özet com.google.protobuf.ByteString getNameBytes ()

 Name of this XLine.
 
string name = 2;

genel özet uzun getTimestampNs ()

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