classe final estática pública XEvent.Builder
An XEvent is a trace event, optionally annotated with XStats. Next ID: 6
tensorflow.profiler.XEvent Métodos Públicos
| XEvent.Builder | |
| XEvent.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
| XEvent.Builder | |
| XEvent.Builder | |
| XEvent.Builder | |
| XEvent.Builder | |
| XStat.Builder | addStatsBuilder (índice interno) XStats associated with the event. |
| XStat.Builder | addStatsBuilder () XStats associated with the event. |
| XEvento | construir () |
| XEvento | |
| XEvent.Builder | claro () |
| XEvent.Builder | limparDados () |
| XEvent.Builder | limparDurationPs () Duration of the event in picoseconds. |
| XEvent.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
| XEvent.Builder | clearMetadataId () XEventMetadata.id of corresponding metadata. |
| XEvent.Builder | clearNumOccurrences () Number of occurrences of the event, if aggregated. |
| XEvent.Builder | clearOffsetPs () Start time of the event in picoseconds, as offset from XLine.timestamp_ns(). |
| XEvent.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof) |
| XEvent.Builder | limparEstats () XStats associated with the event. |
| XEvent.Builder | clonar () |
| XEvent.DataCase | getDataCase () |
| XEvento | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| 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(). |
| XStat | getStats (índice interno) XStats associated with the event. |
| XStat.Builder | getStatsBuilder (índice interno) XStats associated with the event. |
| Lista< XStat.Builder > | getStatsBuilderList () 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. |
| booleano final | |
| XEvent.Builder | mergeFrom (com.google.protobuf.Message outro) |
| XEvent.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| final XEvent.Builder | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
| XEvent.Builder | removeStats (índice interno) XStats associated with the event. |
| XEvent.Builder | setDurationPs (valor longo) Duration of the event in picoseconds. |
| XEvent.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
| XEvent.Builder | setMetadataId (valor longo) XEventMetadata.id of corresponding metadata. |
| XEvent.Builder | setNumOccurrences (valor longo) Number of occurrences of the event, if aggregated. |
| XEvent.Builder | setOffsetPs (valor longo) Start time of the event in picoseconds, as offset from XLine.timestamp_ns(). |
| XEvent.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
| XEvent.Builder | |
| XEvent.Builder | |
| final XEvent.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
Métodos herdados
Métodos Públicos
public XEvent.Builder addAllStats (Iterable<? estende XStat > valores)
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; public XEvent.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
público XEvent.Builder addStats (valor XStat )
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; público XEvent.Builder addStats ( XStat.Builder builderForValue)
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; public XEvent.Builder addStats (índice int, valor XStat )
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; público XEvent.Builder addStats (índice int, XStat.Builder builderForValue)
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; público XStat.Builder addStatsBuilder (í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 XStat.Builder addStatsBuilder ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; público XEvent.Builder clearDurationPs ()
Duration of the event in picoseconds. Can be zero for an instant event.
int64 duration_ps = 3; público XEvent.Builder clearMetadataId ()
XEventMetadata.id of corresponding metadata.
int64 metadata_id = 1; público XEvent.Builder clearNumOccurrences ()
Number of occurrences of the event, if aggregated.
int64 num_occurrences = 5; público XEvent.Builder clearOffsetPs ()
Start time of the event in picoseconds, as offset from XLine.timestamp_ns().
int64 offset_ps = 2; público XEvent.Builder clearStats ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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 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 XStat.Builder getStatsBuilder (í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< XStat.Builder > getStatsBuilderList ()
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; público final booleano isInitialized ()
public XEvent.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
final público XEvent.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
público XEvent.Builder removeStats (í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 XEvent.Builder setDurationPs (valor longo)
Duration of the event in picoseconds. Can be zero for an instant event.
int64 duration_ps = 3; public XEvent.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
público XEvent.Builder setMetadataId (valor longo)
XEventMetadata.id of corresponding metadata.
int64 metadata_id = 1; público XEvent.Builder setNumOccurrences (valor longo)
Number of occurrences of the event, if aggregated.
int64 num_occurrences = 5; público XEvent.Builder setOffsetPs (valor longo)
Start time of the event in picoseconds, as offset from XLine.timestamp_ns().
int64 offset_ps = 2; public XEvent.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
público XEvent.Builder setStats (índice int, XStat.Builder builderForValue)
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; público XEvent.Builder setStats (índice int, valor XStat )
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4;