পাবলিক ইন্টারফেস XLineOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী |
পাবলিক পদ্ধতি
বিমূর্ত দীর্ঘ | getDisplayId () Display id of this line. |
বিমূর্ত স্ট্রিং | getDisplayName () Name of this XLine to display in trace viewer. |
বিমূর্ত com.google.protobuf.ByteString | GetDisplayNameBytes () Name of this XLine to display in trace viewer. |
বিমূর্ত দীর্ঘ | সময়কালপিএস () Profiling duration for this line in picoseconds. |
বিমূর্ত XEvent | getEvents (int সূচক) XEvents within the same XLine should not overlap in time, but they can be nested. |
বিমূর্ত int | getEventsCount () XEvents within the same XLine should not overlap in time, but they can be nested. |
বিমূর্ত তালিকা< XEvent > | getEventsList () XEvents within the same XLine should not overlap in time, but they can be nested. |
বিমূর্ত XEventOrBuilder | getEventsOrBuilder (int সূচক) 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. |
বিমূর্ত দীর্ঘ | getId () Id of this line, can be repeated within an XPlane. |
বিমূর্ত স্ট্রিং | getName () Name of this XLine. |
বিমূর্ত com.google.protobuf.ByteString | getNameBytes () 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 (int সূচক)
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;