パブリック最終クラスXEvent
An XEvent is a trace event, optionally annotated with XStats. Next ID: 6
tensorflow.profiler.XEvent ネストされたクラス
| クラス | XEvent.Builder | An XEvent is a trace event, optionally annotated with XStats. | |
| 列挙型 | XEvent.DataCase | ||
定数
| 整数 | DURATION_PS_FIELD_NUMBER | |
| 整数 | METADATA_ID_FIELD_NUMBER | |
| 整数 | NUM_OCCURRENCES_FIELD_NUMBER | |
| 整数 | OFFSET_PS_FIELD_NUMBER | |
| 整数 | STATS_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| XEvent.DataCase | getDataCase () |
| 静的XEvent | |
| Xイベント | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 長さ | getDurationPs () Duration of the event in picoseconds. |
| 長さ | getMetadataId () XEventMetadata.id of corresponding metadata. |
| 長さ | getNumOccurrences () Number of occurrences of the event, if aggregated. |
| 長さ | getOffsetPs () Start time of the event in picoseconds, as offset from XLine.timestamp_ns(). |
| 整数 | |
| XStat | getStats (int インデックス) XStats associated with the event. |
| 整数 | getStatsCount () XStats associated with the event. |
| リスト<XStat> | getStatsList () XStats associated with the event. |
| XStatOrBuilder | getStatsOrBuilder (int インデックス) XStats associated with the event. |
| リスト<? XStOrBuilder を拡張 > | getStatsOrBuilderList () XStats associated with the event. |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的XEvent.Builder | newBuilder ( XEventプロトタイプ) |
| 静的XEvent.Builder | newBuilder () |
| XEvent.Builder | |
| 静的XEvent | parseDelimitedFrom (InputStream 入力) |
| 静的XEvent | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的XEvent | parseFrom (ByteBuffer データ) |
| 静的XEvent | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的XEvent | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的XEvent | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的XEvent | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的XEvent | parseFrom (com.google.protobuf.ByteString データ) |
| 静的XEvent | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的XEvent | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| XEvent.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数DURATION_PS_FIELD_NUMBER
定数値: 3
public static Final int METADATA_ID_FIELD_NUMBER
定数値: 1
パブリック静的最終整数NUM_OCCURRENCES_FIELD_NUMBER
定数値: 5
パブリック静的最終整数OFFSET_PS_FIELD_NUMBER
定数値: 2
パブリック静的最終整数STATS_FIELD_NUMBER
定数値: 4
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public long getDurationPs ()
Duration of the event in picoseconds. Can be zero for an instant event.
int64 duration_ps = 3; public long getMetadataId ()
XEventMetadata.id of corresponding metadata.
int64 metadata_id = 1; public long getNumOccurrences ()
Number of occurrences of the event, if aggregated.
int64 num_occurrences = 5; public long getOffsetPs ()
Start time of the event in picoseconds, as offset from XLine.timestamp_ns().
int64 offset_ps = 2; 公共 getParserForType ()
public int getSerializedSize ()
public XSt getStats (int インデックス)
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; public int getStatsCount ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; public List< XStat > getStatsList ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; public XStOrBuilder getStatsOrBuilder (int インデックス)
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; 公開リスト<? extends XStOrBuilder > getStatsOrBuilderList ()
XStats associated with the event. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 4; public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static XEvent parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static XEvent parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static XEvent parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static XEvent parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static XEvent parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static XEvent parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|