XEvent

aula final pública XEvent

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

Classes aninhadas

aula XEvent.Builder
 An XEvent is a trace event, optionally annotated with XStats. 
enumeração XEvent.DataCase

Constantes

interno DURATION_PS_FIELD_NUMBER
interno METADATA_ID_FIELD_NUMBER
interno NUM_OCCURRENCES_FIELD_NUMBER
interno OFFSET_PS_FIELD_NUMBER
interno STATS_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
XEvent.DataCase
XEvent estático
XEvento
final estático com.google.protobuf.Descriptors.Descriptor
longo
getDurationPs ()
 Duration of the event in picoseconds.
longo
getMetadataId ()
 XEventMetadata.id of corresponding metadata.
longo
getNumOcorrências ()
 Number of occurrences of the event, if aggregated.
longo
getOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
interno
XStat
getStats (índice interno)
 XStats associated with the event.
interno
getStatsCount ()
 XStats associated with the event.
Lista< XStat >
getStatsList ()
 XStats associated with the event.
XStatOrBuilder
getStatsOrBuilder (índice interno)
 XStats associated with the event.
Lista<? estende XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with the event.
final com.google.protobuf.UnknownFieldSet
interno
booleano final
XEvent.Builder estático
newBuilder (protótipo 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 (dados de ByteBuffer)
XEvent estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEvent estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEvent estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
XEvent estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEvent estático
parseFrom (dados com.google.protobuf.ByteString)
XEvent estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEvent estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
XEvent.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int DURATION_PS_FIELD_NUMBER

Valor Constante: 3

público estático final int METADATA_ID_FIELD_NUMBER

Valor Constante: 1

público estático final int NUM_OCCURRENCES_FIELD_NUMBER

Valor Constante: 5

público estático final int OFFSET_PS_FIELD_NUMBER

Valor Constante: 2

público estático final int STATS_FIELD_NUMBER

Valor Constante: 4

Métodos Públicos

booleano público é igual (Object obj)

público XEvent.DataCase getDataCase ()

XEvent estático público getDefaultInstance ()

XEvent público getDefaultInstanceForType ()

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

público longo getDurationPs ()

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

getMetadataId longo público ()

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

getNumOccurrences longo público ()

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

getOffsetPs longo público ()

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

público getParserForType ()

público int getSerializedSize ()

público XStat getStats (índice interno)

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

público 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;

público 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<? estende XStatOrBuilder > getStatsOrBuilderList ()

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

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

público estático XEvent.Builder newBuilder (protótipo XEvent )

público estático XEvent.Builder newBuilder ()

público XEvent.Builder newBuilderForType ()

XEvent estático público parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

público XEvent.Builder paraBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException