genel arayüz XEventOrBuilder
Bilinen Dolaylı Alt Sınıflar |
Genel Yöntemler
özet XEvent.DataCase | getDataCase () |
soyut uzun | getDurationPs () Duration of the event in picoseconds. |
soyut uzun | getMetadataId () XEventMetadata.id of corresponding metadata. |
soyut uzun | getNumOccurrences () Number of occurrences of the event, if aggregated. |
soyut uzun | getOffsetPs () Start time of the event in picoseconds, as offset from XLine.timestamp_ns(). |
özet XStat | getStats (int dizini) XStats associated with the event. |
soyut int | getStatsCount () XStats associated with the event. |
Özet Listesi< XStat > | getStatsList () XStats associated with the event. |
özet XStatOrBuilder | getStatsOrBuilder (int dizini) XStats associated with the event. |
özet Liste<? XStatOrBuilder'ı genişletiyor > | getStatsOrBuilderList () XStats associated with the event. |
Genel Yöntemler
genel özet uzun getDurationPs ()
Duration of the event in picoseconds. Can be zero for an instant event.
int64 duration_ps = 3;
genel özet uzun getMetadataId ()
XEventMetadata.id of corresponding metadata.
int64 metadata_id = 1;
genel özet uzun getNumOccurrences ()
Number of occurrences of the event, if aggregated.
int64 num_occurrences = 5;
genel özet uzun getOffsetPs ()
Start time of the event in picoseconds, as offset from XLine.timestamp_ns().
int64 offset_ps = 2;
genel özet XStat getStats (int dizini)
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4;
genel özet int getStatsCount ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4;
genel özet Listesi< XStat > getStatsList ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4;
genel özet XStatOrBuilder getStatsOrBuilder (int dizini)
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4;
genel özet listesi<? XStatOrBuilder'ı genişletir > getStatsOrBuilderList ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4;