XEventOrBuilder

interfejs publiczny XEventOrBuilder
Znane podklasy pośrednie

Metody publiczne

streszczenie XEvent.DataCase
abstrakcyjne, długie
getDurationPs ()
 Duration of the event in picoseconds.
abstrakcyjne, długie
getMetadataId ()
 XEventMetadata.id of corresponding metadata.
abstrakcyjne, długie
getNumOccurrences ()
 Number of occurrences of the event, if aggregated.
abstrakcyjne, długie
getOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
streszczenie XStat
getStats (indeks int)
 XStats associated with the event.
streszczenie wew
getStatsCount ()
 XStats associated with the event.
lista abstrakcyjna <XStat>
getStatsList ()
 XStats associated with the event.
streszczenie XStatOrBuilder
getStatsOrBuilder (indeks int)
 XStats associated with the event.
lista abstrakcyjna<? rozszerza XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with the event.

Metody publiczne

publiczne streszczenie XEvent.DataCase getDataCase ()

publiczne streszczenie długie getDurationPs ()

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

publiczne streszczenie długie getMetadataId ()

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

publiczne streszczenie długie getNumOccurrences ()

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

publiczne streszczenie długie getOffsetPs ()

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

publiczne streszczenie XStat getStats (indeks int)

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

publiczne streszczenie int getStatsCount ()

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

publiczna lista abstrakcyjna< XStat > getStatsList ()

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

publiczne streszczenie XStatOrBuilder getStatsOrBuilder (indeks int)

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

publiczna lista abstrakcyjna<? rozszerza XStatOrBuilder > getStatsOrBuilderList ()

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