interfaz pública XEventOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| resumen XEvent.DataCase | getDataCase () |
| abstracto largo | getDurationPs () Duration of the event in picoseconds. |
| abstracto largo | getMetadataId () XEventMetadata.id of corresponding metadata. |
| abstracto largo | getNumOccurrences () Number of occurrences of the event, if aggregated. |
| abstracto largo | getOffsetPs () Start time of the event in picoseconds, as offset from XLine.timestamp_ns(). |
| XStat abstracto | getStats (índice int) XStats associated with the event. |
| int abstracto | getStatsCount () XStats associated with the event. |
| Lista abstracta < XStat > | getStatsList () XStats associated with the event. |
| XStatOrBuilder abstracto | getStatsOrBuilder (índice int) XStats associated with the event. |
| Resumen Lista <? extiende XStatOrBuilder > | getStatsOrBuilderList () XStats associated with the event. |
Métodos públicos
public abstract long getDurationPs ()
Duration of the event in picoseconds. Can be zero for an instant event.
int64 duration_ps = 3;public abstract long getMetadataId ()
XEventMetadata.id of corresponding metadata.
int64 metadata_id = 1;public abstract long getNumOccurrences ()
Number of occurrences of the event, if aggregated.
int64 num_occurrences = 5;getOffsetPs largo público abstracto ()
Start time of the event in picoseconds, as offset from XLine.timestamp_ns().
int64 offset_ps = 2;resumen público 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 abstract 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 abstracta < XStat > getStatsList ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4;resumen 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 de resumen público <? extiende XStatOrBuilder > getStatsOrBuilderList ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4;