XLineOrBuilder

giao diện công cộng XLineOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

trừu tượng dài
getDisplayId ()
 Display id of this line.
chuỗi trừu tượng
getDisplayName ()
 Name of this XLine to display in trace viewer.
trừu tượng com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of this XLine to display in trace viewer.
trừu tượng dài
getDurationPs ()
 Profiling duration for this line in picoseconds.
trừu tượng XESự kiện
getEvent (chỉ mục int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
int trừu tượng
getEventsCount ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Danh sách trừu tượng< XEvent >
getEventsList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
trừu tượng XEventOrBuilder
getEventsOrBuilder (chỉ mục int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Danh sách trừu tượng<? mở rộng XEventOrBuilder >
getEventsOrBuilderList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
trừu tượng dài
getId ()
 Id of this line, can be repeated within an XPlane.
chuỗi trừu tượng
lấy Tên ()
 Name of this XLine.
trừu tượng com.google.protobuf.ByteString
getNameBytes ()
 Name of this XLine.
trừu tượng dài
getTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.

Phương pháp công khai

tóm tắt công khai dài 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;

Chuỗi trừu tượng công khai getDisplayName ()

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

tóm tắt công khai com.google.protobuf.ByteString getDisplayNameBytes ()

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

tóm tắt công khai dài getDurationPs ()

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

tóm tắt công khai XEvent getEvents (chỉ mục int)

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

tóm tắt công khai int getEventsCount ()

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

Danh sách tóm tắt công khai< XEvent > getEventsList ()

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

tóm tắt công khai XEventOrBuilder getEventsOrBuilder (chỉ mục int)

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

Danh sách tóm tắt công khai<? mở rộng XEventOrBuilder > getEventsOrBuilderList ()

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

tóm tắt công khai dài 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;

Chuỗi tóm tắt công khai getName ()

string name = 2;

 Name of this XLine.
 
= 2;

tóm tắt công khai com.google.protobuf.ByteString getNameBytes ()

 Name of this XLine.
 
string name = 2;

tóm tắt công khai dài getTimestampNs ()

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