XEventOrBuilder

パブリック インターフェイスXEventOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象XEvent.DataCase
抽象的な長い
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.

パブリックメソッド

パブリック抽象XEvent.DataCase getDataCase ()

パブリック抽象long getDurationPs ()

 Duration of the event in picoseconds. Can be zero for an instant event.
 
int64 duration_ps = 3;

public abstract long getMetadataId ()

 XEventMetadata.id of corresponding metadata.
 
int64 metadata_id = 1;

public abstract long getNumOccurrences ()

 Number of occurrences of the event, if aggregated.
 
int64 num_occurrences = 5;

public abstract long getOffsetPs ()

 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
 
int64 offset_ps = 2;

パブリック抽象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 abstract int getStatsCount ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

パブリック抽象 List< XStat > getStatsList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

パブリック抽象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;