XEventOrBuilder

อินเทอร์เฟซสาธารณะ XEventOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

XEvent.DataCase แบบนามธรรม
ยาวเป็นนามธรรม
getDurationPs ()
 Duration of the event in picoseconds.
ยาวเป็นนามธรรม
getMetadataId ()
 XEventMetadata.id of corresponding metadata.
ยาวเป็นนามธรรม
getNumOccurrence ()
 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)
 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;

บทคัดย่อสาธารณะ XSat 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;