XEventOrBuilder

interfaz pública XEventOrBuilder
Subclases indirectas conocidas

Métodos públicos

resumen XEvent.DataCase
abstracto largo
obtenerDuraciónPs ()
 Duration of the event in picoseconds.
abstracto largo
getMetadataId ()
 XEventMetadata.id of corresponding metadata.
abstracto largo
getNumOcurrencias ()
 Number of occurrences of the event, if aggregated.
abstracto largo
obtenerOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
resumen XStat
getStats (índice int)
 XStats associated with the event.
resumen entero
getStatsCount ()
 XStats associated with the event.
Lista abstracta< XStat >
obtenerListaEstadísticas ()
 XStats associated with the event.
abstracto XStatOrBuilder
getStatsOrBuilder (índice int)
 XStats associated with the event.
Lista abstracta<? extiende XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with the event.

Métodos públicos

resumen público XEvent.DataCase getDataCase ()

getDurationPs largo abstracto público ()

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

getMetadataId largo abstracto público ()

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

resumen público largo getNumOccurrences ()

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

getOffsetPs largo abstracto público ()

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

resumen público 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;

resumen público int getStatsCount ()

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

Lista abstracta 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;

resumen 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 de resúmenes públicos <? extiende XStatOrBuilder > getStatsOrBuilderList ()

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