XEventOrBuilder

رابط عمومی XEventOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

چکیده XEvent.DataCase
انتزاعی طولانی
getDurationPs ()
 Duration of the event in picoseconds.
انتزاعی طولانی
getMetadataId ()
 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 (شاخص int)
 XStats associated with the event.
انتزاعی
getStatsCount ()
 XStats associated with the event.
فهرست چکیده < XStat >
getStatsList ()
 XStats associated with the event.
چکیده XStatOrBuilder
getStatsOrBuilder (int index)
 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 index)

 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 index)

 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;