XLine

パブリック最終クラスXLine

 An XLine is a timeline of trace events (XEvents).
 Next ID: 12
 
Protobuf 型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

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的XLLine
Xライン
最終的な静的 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 (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.
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的XLine.Builder
newBuilder ( XLineプロトタイプ)
静的XLine.Builder
XLine.Builder
静的XLLine
parseDelimitedFrom (InputStream 入力)
静的XLLine
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的XLLine
parseFrom (ByteBuffer データ)
静的XLLine
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的XLLine
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的XLLine
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的XLLine
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的XLLine
parseFrom (com.google.protobuf.ByteString データ)
静的XLLine
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的XLLine
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
XLine.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数DISPLAY_ID_FIELD_NUMBER

定数値: 10

パブリック静的最終整数DISPLAY_NAME_FIELD_NUMBER

定数値: 11

パブリック静的最終整数DURATION_PS_FIELD_NUMBER

定数値: 9

パブリック静的最終整数EVENTS_FIELD_NUMBER

定数値: 4

パブリック静的最終整数ID_FIELD_NUMBER

定数値: 1

パブリック静的最終整数NAME_FIELD_NUMBER

定数値: 2

パブリック静的最終整数TIMESTAMP_NS_FIELD_NUMBER

定数値: 3

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static XLine getDefaultInstance ()

public XLine getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public long 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 String getDisplayName ()

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

public com.google.protobuf.ByteString getDisplayNameBytes ()

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

public long getDurationPs ()

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

public 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 int getEventsCount ()

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

public List< XEvent > getEventsList ()

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

public 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 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;

public String getName ()

 Name of this XLine.
 
string name = 2;

public com.google.protobuf.ByteString getNameBytes ()

 Name of this XLine.
 
string name = 2;

公共getParserForType ()

public int getSerializedSize ()

public 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;

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static XLine.Builder newBuilder ( XLineプロトタイプ)

public static XLine.Builder newBuilder ()

public XLine.Builder newBuilderForType ()

public static XLine parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static XLine parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static XLine parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static XLine parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static XLine parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static XLine parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static XLine parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static XLine parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static XLine parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static XLine parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public XLine.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外