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 | getNumOcorrências () 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 interno) XStats associated with the event. |
abstrato int | getStatsCount () XStats associated with the event. |
Lista abstrata< XStat > | getStatsList () XStats associated with the event. |
abstrato XStatOrBuilder | getStatsOrBuilder (índice interno) XStats associated with the event. |
lista abstrata<? estende XStatOrBuilder > | getStatsOrBuilderList () XStats associated with the event. |
Métodos Públicos
público abstrato longo getDurationPs ()
Duration of the event in picoseconds. Can be zero for an instant event.
int64 duration_ps = 3;
público abstrato longo getMetadataId ()
XEventMetadata.id of corresponding metadata.
int64 metadata_id = 1;
público abstrato longo getNumOccurrences ()
Number of occurrences of the event, if aggregated.
int64 num_occurrences = 5;
público abstrato longo getOffsetPs ()
Start time of the event in picoseconds, as offset from XLine.timestamp_ns().
int64 offset_ps = 2;
público abstrato 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;
público abstrato int getStatsCount ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4;
Lista abstrata 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;
resumo 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 abstrata 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;