XLineOrBuilder

interface publique XLineOrBuilder
Sous-classes indirectes connues

Méthodes publiques

abstrait long
getDisplayId ()
 Display id of this line.
chaîne abstraite
getDisplayName ()
 Name of this XLine to display in trace viewer.
résumé com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of this XLine to display in trace viewer.
abstrait long
getDurationPs ()
 Profiling duration for this line in picoseconds.
résumé XEvent
getEvents (index entier)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
abstrait entier
getEventsCount ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Liste abstraite < XEvent >
getEventsList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
résumé XEventOrBuilder
getEventsOrBuilder (index int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Liste abstraite <? étend XEventOrBuilder >
getEventsOrBuilderList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
abstrait long
getId ()
 Id of this line, can be repeated within an XPlane.
chaîne abstraite
obtenirNom ()
 Name of this XLine.
résumé com.google.protobuf.ByteString
getNameBytes ()
 Name of this XLine.
abstrait long
getTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.

Méthodes publiques

public abstrait long 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;

chaîne abstraite publique getDisplayName ()

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

résumé public com.google.protobuf.ByteString getDisplayNameBytes ()

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

public abstrait long getDurationPs ()

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

résumé public XEvent getEvents (index int)

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

public abstrait int getEventsCount ()

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

Liste abstraite publique < XEvent > getEventsList ()

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

résumé public XEventOrBuilder getEventsOrBuilder (index int)

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

Liste des résumés publics<? étend XEventOrBuilder > getEventsOrBuilderList ()

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

public abstrait long 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;

chaîne abstraite publique getName ()

nom de chaîne

 Name of this XLine.
 
string name = 2;

résumé public com.google.protobuf.ByteString getNameBytes ()

 Name of this XLine.
 
string name = 2;

public abstrait long getTimestampNs ()

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