الواجهة العامة XLineOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
مجردة طويلة | معرف العرض () Display id of this line. |
سلسلة مجردة | الحصول على اسم العرض () Name of this XLine to display in trace viewer. |
مجردة com.google.protobuf.ByteString | الحصول علىDisplayNameBytes () Name of this XLine to display in trace viewer. |
مجردة طويلة | الحصول على DurationPs () Profiling duration for this line in picoseconds. |
مجردة XEvent | getEvents (فهرس كثافة العمليات) XEvents within the same XLine should not overlap in time, but they can be nested. |
كثافة العمليات مجردة | getEventsCount () XEvents within the same XLine should not overlap in time, but they can be nested. |
قائمة مجردة< XEvent > | قائمة الأحداث () XEvents within the same XLine should not overlap in time, but they can be nested. |
مجردة XEventOrBuilder | getEventsOrBuilder (فهرس كثافة العمليات) XEvents within the same XLine should not overlap in time, but they can be nested. |
قائمة مجردة <؟ يمتد XEventOrBuilder > | getEventsOrBuilderList () XEvents within the same XLine should not overlap in time, but they can be nested. |
مجردة طويلة | معرف الحصول () Id of this line, can be repeated within an XPlane. |
سلسلة مجردة | الحصول على الاسم () Name of this XLine. |
مجردة com.google.protobuf.ByteString | الحصول على اسم بايت () Name of this XLine. |
مجردة طويلة | getTimestampNs () Start time of this line in nanoseconds since the UNIX epoch. |
الأساليب العامة
ملخص عام طويل getDisplayId ()
Display id of this line. Multiple lines with the same display_id are grouped together in the same trace viewer row.
int64 display_id = 10;
سلسلة getDisplayName () مجردة عامة
Name of this XLine to display in trace viewer.
string display_name = 11;
الملخص العام com.google.protobuf.ByteString getDisplayNameBytes ()
Name of this XLine to display in trace viewer.
string display_name = 11;
ملخص عام طويل getDurationPs ()
Profiling duration for this line in picoseconds.
int64 duration_ps = 9;
الملخص العام XEvent getEvents (مؤشر int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
الملخص العام int getEventsCount ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
قائمة مجردة عامة< XEvent > getEventsList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
الملخص العام XEventOrBuilder getEventsOrBuilder (فهرس كثافة العمليات)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
قائمة الملخصات العامة<؟ يمتد XEventOrBuilder > getEventsOrBuilderList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
getId الملخص العام الطويل ()
Id of this line, can be repeated within an XPlane. All XLines with the same id are effectively the same timeline.
int64 id = 1;
سلسلة getName () مجردة عامة
Name of this XLine.
string name = 2;
الملخص العام com.google.protobuf.ByteString getNameBytes ()
Name of this XLine.
string name = 2;
ملخص عام طويل getTimestampNs ()
Start time of this line in nanoseconds since the UNIX epoch. XEvent.offset_ps is relative to this timestamp.
int64 timestamp_ns = 3;