パブリック インターフェイス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. |
抽象XEvent | getEvents (int インデックス) 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 (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. |
抽象的な長い | 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;
public abstract String 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;
パブリック抽象long getDurationPs ()
Profiling duration for this line in picoseconds.
int64 duration_ps = 9;
public abstract 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 abstract int getEventsCount ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
public abstract List< 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;
公開抄録リスト<? extends XEventOrBuilder > getEventsOrBuilderList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
public abstract long 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;
パブリック抽象 String getName ()
Name of this XLine.
string name = 2;
パブリック抽象 com.google.protobuf.ByteString getNameBytes ()
Name of this XLine.
string name = 2;
public abstract long getTimestampNs ()
Start time of this line in nanoseconds since the UNIX epoch. XEvent.offset_ps is relative to this timestamp.
int64 timestamp_ns = 3;