classe finale pubblica XEvent
An XEvent is a trace event, optionally annotated with XStats. Next ID: 6
tensorflow.profiler.XEvent
Classi nidificate
classe | XEvent.Builder | An XEvent is a trace event, optionally annotated with XStats. | |
enum | XEvent.DataCase |
Costanti
int | DURATA_PS_FIELD_NUMBER | |
int | METADATI_ID_FIELD_NUMBER | |
int | NUM_OCCURRENCES_FIELD_NUMBER | |
int | OFFSET_PS_FIELD_NUMBER | |
int | STATS_FIELD_NUMBER |
Metodi pubblici
booleano | è uguale a (Oggetto oggetto) |
XEvent.DataCase | getDataCase () |
XEvent statico | |
XEvento | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
lungo | getDurataPs () Duration of the event in picoseconds. |
lungo | getMetadataId () XEventMetadata.id of corresponding metadata. |
lungo | getNumOccurrences () Number of occurrences of the event, if aggregated. |
lungo | getOffsetPs () Start time of the event in picoseconds, as offset from XLine.timestamp_ns(). |
int | |
XStat | getStats (indice int) XStats associated with the event. |
int | getStatsCount () XStats associated with the event. |
Elenco< XStat > | getStatsList () XStats associated with the event. |
XStatOrBuilder | getStatsOrBuilder (indice int) XStats associated with the event. |
Elenco<? estende XSstatOrBuilder > | getStatsOrBuilderList () XStats associated with the event. |
finale com.google.protobuf.UnknownFieldSet | |
int | codicehash () |
booleano finale | |
XEvent.Builder statico | newBuilder (prototipo XEvent ) |
XEvent.Builder statico | |
XEvent.Builder | |
XEvent statico | parseDelimitedFrom (input InputStream) |
XEvent statico | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XEvent statico | parseFrom (dati ByteBuffer) |
XEvent statico | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
XEvent statico | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XEvent statico | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
XEvent statico | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XEvent statico | parseFrom (dati com.google.protobuf.ByteString) |
XEvent statico | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XEvent statico | parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
statico | analizzatore () |
XEvent.Builder | toBuilder () |
vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
public static final int DURATION_PS_FIELD_NUMBER
Valore costante: 3
public static final int METADATA_ID_FIELD_NUMBER
Valore costante: 1
public static final int NUM_OCCURRENCES_FIELD_NUMBER
Valore costante: 5
public static final int OFFSET_PS_FIELD_NUMBER
Valore costante: 2
public static final int STATS_FIELD_NUMBER
Valore costante: 4
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico lungo getDurationPs ()
Duration of the event in picoseconds. Can be zero for an instant event.
int64 duration_ps = 3;
pubblico lungo getMetadataId ()
XEventMetadata.id of corresponding metadata.
int64 metadata_id = 1;
pubblico lungo getNumOccurrences ()
Number of occurrences of the event, if aggregated.
int64 num_occurrences = 5;
pubblico lungo getOffsetPs ()
Start time of the event in picoseconds, as offset from XLine.timestamp_ns().
int64 offset_ps = 2;
pubblico getParserForType ()
public int getSerializedSize ()
pubblico XStat getStats (indice 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;
Elenco pubblico< 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 (indice int)
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4;
Elenco pubblico<? estende XStatOrBuilder > getStatsOrBuilderList ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4;
pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final booleano isInitialized ()
XEvent statico pubblico parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom XEvent statico pubblico (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Lancia
IOException |
---|
parseFrom XEvent statico pubblico (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
parseFrom XEvent statico pubblico (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
parseFrom XEvent statico pubblico (dati com.google.protobuf.ByteString)
Lancia
InvalidProtocolBufferException |
---|
parseFrom XEvent statico pubblico (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom XEvent statico pubblico (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Lancia
InvalidProtocolBufferException |
---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
IOException |
---|