الواجهة العامة XEventOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
مجردة XEvent.DataCase | |
مجردة طويلة | الحصول على DurationPs () Duration of the event in picoseconds. |
مجردة طويلة | معرف بيانات التعريف () 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 مجردة | الحصول على الإحصائيات (مؤشر كثافة العمليات) XStats associated with the event. |
كثافة العمليات مجردة | الحصول على الإحصائيات () XStats associated with the event. |
قائمة مجردة< XStat > | قائمة الإحصائيات () XStats associated with the event. |
مجردة XStatOrBuilder | getStatsOrBuilder (فهرس كثافة العمليات) XStats associated with the event. |
قائمة مجردة <؟ يمتد XStatOrBuilder > | getStatsOrBuilderList () XStats associated with the event. |
الأساليب العامة
ملخص عام طويل 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)
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;