público final classe XEvent
An XEvent is a trace event, optionally annotated with XStats. Next ID: 6
tensorflow.profiler.XEvent
tipo tensorflow.profiler.XEvent
Classes aninhadas
aula | XEvent.Builder | An XEvent is a trace event, optionally annotated with XStats. | |
enum | XEvent.DataCase |
Constantes
int | DURATION_PS_FIELD_NUMBER | |
int | METADATA_ID_FIELD_NUMBER | |
int | NUM_OCCURRENCES_FIELD_NUMBER | |
int | OFFSET_PS_FIELD_NUMBER | |
int | STATS_FIELD_NUMBER |
Métodos Públicos
boleano | igual a (objeto obj) |
XEvent.DataCase | getDataCase () |
XEvent estático | |
XEvent | |
final static com.google.protobuf.Descriptors.Descriptor | |
longo | getDurationPs () Duration of the event in picoseconds. |
longo | getMetadataId () XEventMetadata.id of corresponding metadata. |
longo | getNumOccurrences () Number of occurrences of the event, if aggregated. |
longo | getOffsetPs () Start time of the event in picoseconds, as offset from XLine.timestamp_ns(). |
int | |
XStat | getStats (índice int) XStats associated with the event. |
int | getStatsCount () XStats associated with the event. |
Lista < XStat > | getStatsList () XStats associated with the event. |
XStatOrBuilder | |
Lista <? estende XStatOrBuilder > | getStatsOrBuilderList () XStats associated with the event. |
final com.google.protobuf.UnknownFieldSet | |
int | hashCode () |
final booleano | |
static XEvent.Builder | newBuilder (protótipo XEvent ) |
static XEvent.Builder | newBuilder () |
XEvent.Builder | |
XEvent estático | parseDelimitedFrom (input InputStream) |
XEvent estático | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XEvent estático | parseFrom (dados ByteBuffer) |
XEvent estático | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XEvent estático | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XEvent estático | parseFrom (com.google.protobuf.CodedInputStream input) |
XEvent estático | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XEvent estático | parseFrom (com.google.protobuf.ByteString data) |
XEvent estático | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XEvent estático | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
XEvent.Builder | toBuilder () |
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
public static final int METADATA_ID_FIELD_NUMBER
Valor Constante: 1
public static final int NUM_OCCURRENCES_FIELD_NUMBER
Valor constante: 5
public static 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 equals (Object obj)
public static 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 ()
public XStat getStats (í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;
public List < 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 interno )
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;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static XEvent parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static XEvent parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static XEvent parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static XEvent parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static XEvent parseFrom (com.google.protobuf.ByteString data)
Lança
InvalidProtocolBufferException |
---|
public static XEvent parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static XEvent parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|