XEventOrBuilder

общедоступный интерфейс XEventOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный XEvent.DataCase
абстрактный длинный
getDurationPs ()
 Duration of the event in picoseconds.
абстрактный длинный
получитьМетаданныеИд ()
 XEventMetadata.id of corresponding metadata.
абстрактный длинный
getNumOccurrences ()
 Number of occurrences of the event, if aggregated.
абстрактный длинный
getOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
абстрактный XStat
getStats (целевой индекс)
 XStats associated with the event.
абстрактный int
getStatsCount ()
 XStats associated with the event.
абстрактный список < XStat >
getStatsList ()
 XStats associated with the event.
абстрактный XStatOrBuilder
getStatsOrBuilder (индекс целого числа)
 XStats associated with the event.
абстрактный список<? расширяет XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with the event.

Публичные методы

общедоступный абстрактный XEvent.DataCase getDataCase ()

публичный абстрактный длинный getDurationPs ()

 Duration of the event in picoseconds. Can be zero for an instant event.
 
int64 duration_ps = 3;

общедоступный абстрактный длинный getMetadataId ()

 XEventMetadata.id of corresponding metadata.
 
int64 metadata_id = 1;

общедоступный абстрактный длинный getNumOccurrences ()

 Number of occurrences of the event, if aggregated.
 
int64 num_occurrences = 5;

публичный абстрактный длинный getOffsetPs ()

 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
 
int64 offset_ps = 2;

общедоступный абстрактный XStat getStats (индекс int)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

публичный абстрактный int getStatsCount ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

общедоступный абстрактный список < XStat > getStatsList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

общедоступный абстрактный XStatOrBuilder getStatsOrBuilder (индекс int)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

публичный абстрактный список<? расширяет XStatOrBuilder > getStatsOrBuilderList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;