공개 최종 수업 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 |
공개 방법
부울 | 같음 (객체 객체) |
정적 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. |
X이벤트 | 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. |
목록< X이벤트 > | getEventsList () 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. |
긴 | 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. |
최종 com.google.protobuf.UnknownFieldSet | |
정수 | 해시코드 () |
최종 부울 | 초기화됨 () |
정적 XLine.Builder | newBuilder ( XLine 프로토타입) |
정적 XLine.Builder | 새로운 빌더 () |
XLine.Builder | |
정적 XLine | parsDelimitedFrom (InputStream 입력) |
정적 XLine | parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 XLine | parsFrom (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 확장Registry) |
정적 XLine | ParseFrom (com.google.protobuf.ByteString 데이터) |
정적 XLine | ParseFrom (InputStream 입력, 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
공개 정적 최종 정수 NAME_FIELD_NUMBER
상수값: 2
공개 정적 최종 int TIMESTAMP_NS_FIELD_NUMBER
상수값: 3
공개 방법
공개 부울은 (객체 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;
공개 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;
공공의 getParserForType ()
공개 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 ()
공개 int hashCode ()
공개 최종 부울 isInitialized ()
공개 정적 XLineparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 XLine parseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 XLine 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 XLine parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 XLine parseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 XLine parseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 파서 ()
공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)
던지기
IO예외 |
---|