clase final pública XEvent
An XEvent is a trace event, optionally annotated with XStats. Next ID: 6
tensorflow.profiler.XEvent
Clases anidadas
clase | XEvent.Constructor | An XEvent is a trace event, optionally annotated with XStats. | |
enumeración | XEvent.DataCase |
Constantes
entero | DURATION_PS_FIELD_NUMBER | |
entero | METADATA_ID_FIELD_NUMBER | |
entero | NUM_OCCURRENCES_FIELD_NUMBER | |
entero | OFFSET_PS_FIELD_NUMBER | |
entero | ESTADÍSTICAS_CAMPO_NÚMERO |
Métodos públicos
booleano | es igual (Objeto obj) |
XEvent.DataCase | |
XEvent estático | |
XEvento | |
com.google.protobuf.Descriptors.Descriptor estático final | |
largo | obtenerDuraciónPs () Duration of the event in picoseconds. |
largo | getMetadataId () XEventMetadata.id of corresponding metadata. |
largo | getNumOcurrencias () Number of occurrences of the event, if aggregated. |
largo | obtenerOffsetPs () Start time of the event in picoseconds, as offset from XLine.timestamp_ns(). |
entero | |
XSat | getStats (índice int) XStats associated with the event. |
entero | getStatsCount () XStats associated with the event. |
Lista< XStat > | obtenerListaEstadísticas () XStats associated with the event. |
XSatOrBuilder | getStatsOrBuilder (índice int) XStats associated with the event. |
Lista<? extiende XStatOrBuilder > | getStatsOrBuilderList () XStats associated with the event. |
com.google.protobuf.UnknownFieldSet final | |
entero | código hash () |
booleano final | |
XEvent.Builder estático | newBuilder (prototipo XEvent ) |
XEvent.Builder estático | |
XEvent.Constructor | |
XEvent estático | parseDelimitedFrom (entrada de InputStream) |
XEvent estático | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XEvent estático | parseFrom (datos de ByteBuffer) |
XEvent estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
XEvent estático | parseFrom (datos de 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 de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XEvent estático | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
estático | analizador () |
XEvent.Constructor | |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
int final estático público DURATION_PS_FIELD_NUMBER
Valor constante: 3
int final estático público METADATA_ID_FIELD_NUMBER
Valor constante: 1
int final estático público NUM_OCCURRENCES_FIELD_NUMBER
Valor constante: 5
int final estático público OFFSET_PS_FIELD_NUMBER
Valor constante: 2
int final estático público STATS_FIELD_NUMBER
Valor constante: 4
Métodos públicos
público booleano es igual (Objeto obj)
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
getDurationPs público largo ()
Duration of the event in picoseconds. Can be zero for an instant event.
int64 duration_ps = 3;
público largo getMetadataId ()
XEventMetadata.id of corresponding metadata.
int64 metadata_id = 1;
público largo getNumOccurrences ()
Number of occurrences of the event, if aggregated.
int64 num_occurrences = 5;
getOffsetPs largo 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 ()
getStats público XStat (índice int)
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<? extiende XStatOrBuilder > getStatsOrBuilderList ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4;
público final com.google.protobuf.UnknownFieldSet getUnknownFields ()
código hash int público ()
público final booleano isInitialized ()
público estático XEvent parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
parseFrom XEvent estático público (datos ByteBuffer)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom XEvent estático público (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
parseFrom XEvent estático público (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom XEvent estático público (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
XEvent parseFrom estático público (datos com.google.protobuf.ByteString)
Lanza
Excepción de buffer de protocolo no válido |
---|
parseFrom XEvent estático público (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
parseFrom XEvent estático público (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
estática pública analizador ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOExcepción |
---|