XLineOrBuilder

interfaz pública XLineOrBuilder
Subclases indirectas conocidas

Métodos públicos

abstracto largo
getDisplayId ()
 Display id of this line.
cadena abstracta
getDisplayName ()
 Name of this XLine to display in trace viewer.
resumen com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of this XLine to display in trace viewer.
abstracto largo
obtenerDuraciónPs ()
 Profiling duration for this line in picoseconds.
evento X abstracto
getEvents (índice int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
resumen entero
getEventsCount ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Lista abstracta < XEvent >
obtener lista de eventos ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
abstracto XEventOrBuilder
getEventsOrBuilder (índice int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Lista abstracta<? extiende XEventOrBuilder >
getEventsOrBuilderList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
abstracto largo
obtenerId ()
 Id of this line, can be repeated within an XPlane.
cadena abstracta
obtenerNombre ()
 Name of this XLine.
resumen com.google.protobuf.ByteString
getNombreBytes ()
 Name of this XLine.
abstracto largo
getTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.

Métodos públicos

getDisplayId largo abstracto público ()

 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;

Cadena abstracta pública getDisplayName ()

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

resumen público com.google.protobuf.ByteString getDisplayNameBytes ()

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

getDurationPs largo abstracto público ()

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

resumen público XEvent getEvents (índice int)

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

resumen público int getEventsCount ()

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

Lista abstracta pública < XEvent > getEventsList ()

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

resumen público XEventOrBuilder getEventsOrBuilder (índice int)

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

Lista de resúmenes públicos <? extiende XEventOrBuilder > getEventsOrBuilderList ()

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

getId largo abstracto público ()

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

Cadena abstracta pública getName ()

 Name of this XLine.
 
string name = 2;

resumen público com.google.protobuf.ByteString getNameBytes ()

 Name of this XLine.
 
string name = 2;

getTimestampNs largo abstracto público ()

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