XEventOrBuilder

interfaccia pubblica XEventOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

XEvent.DataCase astratto
astratto lungo
getDurataPs ()
 Duration of the event in picoseconds.
astratto lungo
getMetadataId ()
 XEventMetadata.id of corresponding metadata.
astratto lungo
getNumOccurrences ()
 Number of occurrences of the event, if aggregated.
astratto lungo
getOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XStat astratto
getStats (indice int)
 XStats associated with the event.
astratto int
getStatsCount ()
 XStats associated with the event.
Lista astratta< XStat >
getStatsList ()
 XStats associated with the event.
XSstatOrBuilder astratto
getStatsOrBuilder (indice int)
 XStats associated with the event.
Elenco astratto<? estende XSstatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with the event.

Metodi pubblici

estratto pubblico XEvent.DataCase getDataCase ()

public abstract lungo getDurationPs ()

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

pubblico astratto lungo 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;

pubblico astratto lungo getOffsetPs ()

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

public abstract XStat getStats (indice 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;

Lista astratta pubblica< 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 (indice int)

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

Elenco abstract pubblico<? estende XStatOrBuilder > getStatsOrBuilderList ()

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