XLine.Builder

공개 정적 최종 클래스 XLine.Builder

 An XLine is a timeline of trace events (XEvents).
 Next ID: 12
 
Protobuf 유형 tensorflow.profiler.XLine

공개 방법

XLine.Builder
addAllEvents (Iterable<? 확장 XEvent > 값)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents (int 인덱스, XEvent.Builder builderForValue)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents ( XEvent.Builder builderForValue)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents (int 인덱스, XEvent 값)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents ( XEvent 값)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEvent.Builder
addEventsBuilder (정수 인덱스)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEvent.Builder
addEventsBuilder ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
엑스라인
짓다 ()
엑스라인
XLine.Builder
XLine.Builder
클리어디스플레이ID ()
 Display id of this line.
XLine.Builder
클리어디스플레이이름 ()
 Name of this XLine to display in trace viewer.
XLine.Builder
ClearDurationPs ()
 Profiling duration for this line in picoseconds.
XLine.Builder
클리어이벤트 ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
XLine.Builder
클리어ID ()
 Id of this line, can be repeated within an XPlane.
XLine.Builder
클리어이름 ()
 Name of this XLine.
XLine.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
XLine.Builder
클리어타임스탬프Ns ()
 Start time of this line in nanoseconds since the UNIX epoch.
XLine.Builder
클론 ()
엑스라인
최종 정적 com.google.protobuf.Descriptors.Descriptor
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.
XEvent.Builder
getEventsBuilder (정수 인덱스)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
목록< XEvent.Builder >
getEventsBuilderList ()
 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.
최종 부울
XLine.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
XLine.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
최종 XLine.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
XLine.Builder
RemoveEvents (int 인덱스)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
setDisplayId (긴 값)
 Display id of this line.
XLine.Builder
setDisplayName (문자열 값)
 Name of this XLine to display in trace viewer.
XLine.Builder
setDisplayNameBytes (com.google.protobuf.ByteString 값)
 Name of this XLine to display in trace viewer.
XLine.Builder
setDurationPs (긴 값)
 Profiling duration for this line in picoseconds.
XLine.Builder
setEvents (int 인덱스, XEvent 값)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
setEvents (int 인덱스, XEvent.Builder builderForValue)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
XLine.Builder
setId (긴 값)
 Id of this line, can be repeated within an XPlane.
XLine.Builder
setName (문자열 값)
 Name of this XLine.
XLine.Builder
setNameBytes (com.google.protobuf.ByteString 값)
 Name of this XLine.
XLine.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
XLine.Builder
setTimestampNs (긴 값)
 Start time of this line in nanoseconds since the UNIX epoch.
최종 XLine.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

공개 XLine.Builder addAllEvents (Iterable<? 확장 XEvent > 값)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

공개 XLine.Builder addEvents (int 인덱스, XEvent.Builder builderForValue)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

공개 XLine.Builder addEvents ( XEvent.Builder builderForValue)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

공개 XLine.Builder addEvents (int 인덱스, XEvent 값)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

공개 XLine.Builder addEvents ( XEvent 값)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

공개 XEvent.Builder addEventsBuilder (int 인덱스)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

공개 XEvent.Builder addEventsBuilder ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

공개 XLine.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 XLine 빌드 ()

공개 XLine 빌드Partial ()

공개 XLine.Builder 지우기 ()

공개 XLine.Builder ClearDisplayId ()

 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;

공개 XLine.Builder ClearDisplayName ()

 Name of this XLine to display in trace viewer.
 
string display_name = 11;

공개 XLine.BuilderclearDurationPs ( )

 Profiling duration for this line in picoseconds.
 
int64 duration_ps = 9;

공개 XLine.Builder 클리어이벤트 ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

공개 XLine.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 XLine.Builder ClearId ()

 Id of this line, can be repeated within an XPlane. All XLines with the
 same id are effectively the same timeline.
 
int64 id = 1;

공개 XLine.Builder 클리어이름 ()

 Name of this XLine.
 
string name = 2;

공개 XLine.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

공개 XLine.Builder ClearTimestampNs ()

 Start time of this line in nanoseconds since the UNIX epoch.
 XEvent.offset_ps is relative to this timestamp.
 
int64 timestamp_ns = 3;

공개 XLine.Builder 클론 ()

공개 XLine getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 긴 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;

공개 XEvent.Builder getEventsBuilder (int 인덱스)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

공개 목록< XEvent.Builder > getEventsBuilderList ()

 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;

공개 최종 부울 isInitialized ()

공개 XLine.Builder mergeFrom (com.google.protobuf.다른 메시지)

공개 XLine.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 최종 XLine.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

공개 XLine.Builder RemoveEvents (int 인덱스)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

공개 XLine.Builder setDisplayId (긴 값)

 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;

공개 XLine.Builder setDisplayName (문자열 값)

 Name of this XLine to display in trace viewer.
 
string display_name = 11;

공개 XLine.Builder setDisplayNameBytes (com.google.protobuf.ByteString 값)

 Name of this XLine to display in trace viewer.
 
string display_name = 11;

공개 XLine.Builder setDurationPs (긴 값)

 Profiling duration for this line in picoseconds.
 
int64 duration_ps = 9;

공개 XLine.Builder setEvents (int 인덱스, XEvent 값)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

공개 XLine.Builder setEvents (int 인덱스, XEvent.Builder builderForValue)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

공개 XLine.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 XLine.Builder setId (긴 값)

 Id of this line, can be repeated within an XPlane. All XLines with the
 same id are effectively the same timeline.
 
int64 id = 1;

공개 XLine.Builder setName (문자열 값)

 Name of this XLine.
 
string name = 2;

공개 XLine.Builder setNameBytes (com.google.protobuf.ByteString 값)

 Name of this XLine.
 
string name = 2;

공개 XLine.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)

공개 XLine.Builder setTimestampNs (긴 값)

 Start time of this line in nanoseconds since the UNIX epoch.
 XEvent.offset_ps is relative to this timestamp.
 
int64 timestamp_ns = 3;

공개 최종 XLine.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)