XEvent

clase final pública XEvent

 An XEvent is a trace event, optionally annotated with XStats.
 Next ID: 6
 
Protobuf tipo tensorflow.profiler.XEvent

Clases anidadas

clase XEvent.Builder
 An XEvent is a trace event, optionally annotated with XStats. 
enumeración XEvent.DataCase

Constantes

En t DURATION_PS_FIELD_NUMBER
En t METADATA_ID_FIELD_NUMBER
En t NUM_OCCURRENCES_FIELD_NUMBER
En t OFFSET_PS_FIELD_NUMBER
En t STATS_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
XEvent.DataCase
XEvent estático
XEvent
com.google.protobuf.Descriptors.Descriptor estático final
largo
getDurationPs ()
 Duration of the event in picoseconds.
largo
getMetadataId ()
 XEventMetadata.id of corresponding metadata.
largo
getNumOccurrences ()
 Number of occurrences of the event, if aggregated.
largo
getOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
En t
XStat
getStats (índice int)
 XStats associated with the event.
En t
getStatsCount ()
 XStats associated with the event.
Lista < XStat >
getStatsList ()
 XStats associated with the event.
XStatOrBuilder
getStatsOrBuilder (índice int)
 XStats associated with the event.
Lista <? extiende XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with the event.
final com.google.protobuf.UnknownFieldSet
En t
booleano final
XEvent.Builder estático
newBuilder (prototipo XEvent )
XEvent.Builder estático
XEvent.Builder
XEvent estático
parseDelimitedFrom (entrada InputStream)
XEvent estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEvent estático
parseFrom (datos ByteBuffer)
XEvent estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEvent estático
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEvent estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
XEvent estático
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEvent estático
parseFrom (datos com.google.protobuf.ByteString)
XEvent estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEvent estático
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
XEvent.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int DURATION_PS_FIELD_NUMBER

Valor constante: 3

público estático final int METADATA_ID_FIELD_NUMBER

Valor constante: 1

public static final int NUM_OCCURRENCES_FIELD_NUMBER

Valor constante: 5

público estático final int OFFSET_PS_FIELD_NUMBER

Valor constante: 2

public static final int STATS_FIELD_NUMBER

Valor constante: 4

Métodos públicos

public boolean es igual a (Object obj)

public XEvent.DataCase getDataCase ()

public static XEvent getDefaultInstance ()

public XEvent getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public long getDurationPs ()

 Duration of the event in picoseconds. Can be zero for an instant event.
 
int64 duration_ps = 3;

public long getMetadataId ()

 XEventMetadata.id of corresponding metadata.
 
int64 metadata_id = 1;

public long getNumOccurrences ()

 Number of occurrences of the event, if aggregated.
 
int64 num_occurrences = 5;

public long getOffsetPs ()

 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
 
int64 offset_ps = 2;

público getParserForType ()

public int getSerializedSize ()

getStats XStat público (índice int)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

public int getStatsCount ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

Lista pública < XStat > getStatsList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

public XStatOrBuilder getStatsOrBuilder (índice int)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

Lista pública <? extiende XStatOrBuilder > getStatsOrBuilderList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

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

public int hashCode ()

public final boolean isInitialized ()

public static XEvent.Builder newBuilder (prototipo de XEvent )

public static XEvent.Builder newBuilder ()

public XEvent.Builder newBuilderForType ()

public static XEvent parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static XEvent parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

público estático XEvent parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

public static XEvent parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static XEvent parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático XEvent parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static XEvent parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático XEvent parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

public static XEvent parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static XEvent parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public XEvent.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException