XLineOrBuilder

공개 인터페이스 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.
추상 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.
추상 목록< XEvent >
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.

공개 방법

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