interface pública XEventOrBuilder
Subclasses indiretas conhecidas |
Métodos Públicos
abstrato XEvent.DataCase | getDataCase () |
abstrato longo | getDurationPs () Duration of the event in picoseconds. |
abstrato longo | getMetadataId () XEventMetadata.id of corresponding metadata. |
abstrato longo | getNumOccurrences () Number of occurrences of the event, if aggregated. |
abstrato longo | getOffsetPs () Start time of the event in picoseconds, as offset from XLine.timestamp_ns(). |
XStat abstrato | getStats (índice int) XStats associated with the event. |
abstrato int | getStatsCount () XStats associated with the event. |
Lista abstrata < XStat > | getStatsList () XStats associated with the event. |
XStatOrBuilder abstrato | |
Lista abstrata <? estende 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;
public abstract long getOffsetPs ()
Start time of the event in picoseconds, as offset from XLine.timestamp_ns().
int64 offset_ps = 2;
public abstract 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;
public abstract 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 abstract 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 de resumos 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;