публичный финальный класс XLine
An XLine is a timeline of trace events (XEvents). Next ID: 12
tensorflow.profiler.XLine Вложенные классы
| сорт | XLine.Builder | An XLine is a timeline of trace events (XEvents). | |
Константы
| интервал | DISPLAY_ID_FIELD_NUMBER | |
| интервал | DISPLAY_NAME_FIELD_NUMBER | |
| интервал | DURATION_PS_FIELD_NUMBER | |
| интервал | EVENTS_FIELD_NUMBER | |
| интервал | ID_FIELD_NUMBER | |
| интервал | NAME_FIELD_NUMBER | |
| интервал | TIMESTAMP_NS_FIELD_NUMBER |
Публичные методы
| логическое значение | равно (Объект obj) |
| статическая XLine | |
| XLine | |
| окончательный статический com.google.protobuf.Descriptors.Descriptor | |
| длинный | 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. |
| окончательный com.google.protobuf.UnknownFieldSet | |
| интервал | хэш-код () |
| последнее логическое значение | |
| статический XLine.Builder | newBuilder (прототип XLine ) |
| статический XLine.Builder | |
| XLine.Builder | |
| статическая XLine | parseDelimitedFrom (входной поток) |
| статическая XLine | parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статическая XLine | parseFrom (данные ByteBuffer) |
| статическая XLine | parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статическая XLine | parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статическая XLine | parseFrom (вход com.google.protobuf.CodedInputStream) |
| статическая XLine | parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статическая XLine | parseFrom (данные com.google.protobuf.ByteString) |
| статическая XLine | parseFrom (ввод входного потока, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статическая XLine | parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статический | парсер () |
| XLine.Builder | toBuilder () |
| пустота | writeTo (вывод com.google.protobuf.CodedOutputStream) |
Унаследованные методы
Константы
общедоступный статический окончательный int DISPLAY_ID_FIELD_NUMBER
Постоянное значение: 10
общедоступный статический окончательный int DISPLAY_NAME_FIELD_NUMBER
Постоянное значение: 11
общедоступный статический финал int DURATION_PS_FIELD_NUMBER
Постоянное значение: 9
общедоступный статический финал int EVENTS_FIELD_NUMBER
Постоянное значение: 4
общедоступный статический окончательный int ID_FIELD_NUMBER
Постоянное значение: 1
общедоступный статический окончательный int NAME_FIELD_NUMBER
Постоянное значение: 2
общедоступный статический финал int TIMESTAMP_NS_FIELD_NUMBER
Постоянное значение: 3
Публичные методы
общедоступное логическое значение равно (Object obj)
общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
общедоступный длинный 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; public 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; public 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; public 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; public com.google.protobuf.ByteString getNameBytes ()
Name of this XLine.
string name = 2; общественный getParserForType ()
public int getSerializedSize ()
общедоступный длинный getTimestampNs ()
Start time of this line in nanoseconds since the UNIX epoch. XEvent.offset_ps is relative to this timestamp.
int64 timestamp_ns = 3; публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
публичное окончательное логическое значение isInitialized ()
public static XLine parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Исключение IO |
|---|
общедоступный статический XLine parseFrom (данные ByteBuffer)
Броски
| Инвалидпротоколбуфферисключение |
|---|
public static XLine parseFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Исключение IO |
|---|
public static XLine parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Инвалидпротоколбуфферисключение |
|---|
общедоступный статический XLine parseFrom (вход com.google.protobuf.CodedInputStream)
Броски
| Исключение IO |
|---|
public static XLine parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Инвалидпротоколбуфферисключение |
|---|
общедоступный статический анализ XLine (данные com.google.protobuf.ByteString)
Броски
| Инвалидпротоколбуфферисключение |
|---|
public static XLine parseFrom (вход InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Исключение IO |
|---|
public static XLine parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Инвалидпротоколбуфферисключение |
|---|
общественный статический парсер ()
public void writeTo (вывод com.google.protobuf.CodedOutputStream)
Броски
| Исключение IO |
|---|