interface publique XEventOrBuilder
| Sous-classes indirectes connues |
Méthodes publiques
| résumé XEvent.DataCase | getDataCase () |
| abstrait long | getDurationPs () Duration of the event in picoseconds. |
| abstrait long | getMetadataId () XEventMetadata.id of corresponding metadata. |
| abstrait long | getNumOccurrences () Number of occurrences of the event, if aggregated. |
| abstrait long | getOffsetPs () Start time of the event in picoseconds, as offset from XLine.timestamp_ns(). |
| résuméXStat | getStats (index entier) XStats associated with the event. |
| abstrait entier | getStatsCount () XStats associated with the event. |
| Liste abstraite< XStat > | getStatsList () XStats associated with the event. |
| abstrait XStatOrBuilder | getStatsOrBuilder (index int) XStats associated with the event. |
| Liste abstraite <? étend XStatOrBuilder > | getStatsOrBuilderList () XStats associated with the event. |
Méthodes publiques
public abstrait long getDurationPs ()
Duration of the event in picoseconds. Can be zero for an instant event.
int64 duration_ps = 3; public abstrait long getMetadataId ()
XEventMetadata.id of corresponding metadata.
int64 metadata_id = 1; public abstrait long getNumOccurrences ()
Number of occurrences of the event, if aggregated.
int64 num_occurrences = 5; public abstrait long getOffsetPs ()
Start time of the event in picoseconds, as offset from XLine.timestamp_ns().
int64 offset_ps = 2; public abstrait XStat getStats (index int)
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; public abstrait int getStatsCount ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; Liste abstraite publique < XStat > getStatsList ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; public abstrait XStatOrBuilder getStatsOrBuilder (index int)
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; Liste des résumés publics<? étend XStatOrBuilder > getStatsOrBuilderList ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4;