XLine

classe finale publique XLine

 An XLine is a timeline of trace events (XEvents).
 Next ID: 12
 
tensorflow.profiler.XLine de type Protobuf

Classes imbriquées

classe XLine.Builder
 An XLine is a timeline of trace events (XEvents). 

Constantes

int DISPLAY_ID_FIELD_NUMBER
int DISPLAY_NAME_FIELD_NUMBER
int DURATION_PS_FIELD_NUMBER
int EVENTS_FIELD_NUMBER
int ID_FIELD_NUMBER
int NAME_FIELD_NUMBER
int TIMESTAMP_NS_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
XLine statique
Ligne XL
final statique com.google.protobuf.Descriptors.Descriptor
long
getDisplayId ()
 Display id of this line.
Chaîne
getDisplayName ()
 Name of this XLine to display in trace viewer.
com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of this XLine to display in trace viewer.
long
getDurationPs ()
 Profiling duration for this line in picoseconds.
XÉvénement
getEvents (index entier)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
int
getEventsCount ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Liste< XEvent >
getEventsList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEventOrBuilder
getEventsOrBuilder (index int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Liste<? étend XEventOrBuilder >
getEventsOrBuilderList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
long
getId ()
 Id of this line, can be repeated within an XPlane.
Chaîne
obtenirNom ()
 Name of this XLine.
com.google.protobuf.ByteString
getNameBytes ()
 Name of this XLine.
int
long
getTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.
final com.google.protobuf.UnknownFieldSet
int
booléen final
XLine.Builder statique
newBuilder (prototype XLine )
XLine.Builder statique
XLine.Builder
XLine statique
parseDelimitedFrom (entrée InputStream)
XLine statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine statique
parseFrom (données ByteBuffer)
XLine statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
XLine statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine statique
parseFrom (données com.google.protobuf.ByteString)
XLine statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
XLine.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int DISPLAY_ID_FIELD_NUMBER

Valeur constante : 10

public statique final int DISPLAY_NAME_FIELD_NUMBER

Valeur constante : 11

public statique final int DURATION_PS_FIELD_NUMBER

Valeur constante : 9

public statique final int EVENTS_FIELD_NUMBER

Valeur constante : 4

public statique final entier ID_FIELD_NUMBER

Valeur constante : 1

public statique final entier NAME_FIELD_NUMBER

Valeur constante : 2

public statique final int TIMESTAMP_NS_FIELD_NUMBER

Valeur constante : 3

Méthodes publiques

public booléen égal (Objet obj)

public statique XLine getDefaultInstance ()

public XLine getDefaultInstanceForType ()

public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public 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 publique getDisplayName ()

chaîne

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

public com.google.protobuf.ByteString getDisplayNameBytes ()

chaîne

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

public long getDurationPs ()

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

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 int getEventsCount ()

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

Liste publique < XEvent > getEventsList ()

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

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 publique <? é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 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 publique getName ()

nom de chaîne

 Name of this XLine.
 
string name = 2;

public com.google.protobuf.ByteString getNameBytes ()

nom de chaîne

 Name of this XLine.
 
string name = 2;

publique getParserForType ()

public int getSerializedSize ()

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

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

code de hachage int public ()

public final booléen isInitialized ()

public statique XLine.Builder newBuilder (prototype XLine )

public statique XLine.Builder newBuilder ()

public XLine.Builder newBuilderForType ()

public statique XLine parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static XLine parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static XLine parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static XLine parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static XLine parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique XLine parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static XLine parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

parseFrom XLine statique public (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static XLine parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static XLine parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public XLine.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException