общедоступный интерфейс 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. |
| абстрактный длинный | getDurationPs () 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 (индекс 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. |
| абстрактный длинный | получитьИд () Id of this line, can be repeated within an XPlane. |
| абстрактная строка | получитьИмя () 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;