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 (정수 인덱스)
 XStats associated with the event.
추상 정수
getStatsCount ()
 XStats associated with the event.
추상 목록< XStat >
getStatsList ()
 XStats associated with the event.
추상 XStatOrBuilder
getStatsOrBuilder (정수 인덱스)
 XStats associated with the event.
추상 목록<? XStatOrBuilder 확장 >
getStatsOrBuilderList ()
 XStats associated with the event.

공개 방법

공개 추상 XEvent.DataCase getDataCase ()

공개 추상 긴 getDurationPs ()

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

공개 추상 긴 getMetadataId ()

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

공개 추상 긴 getNumOccurrences ()

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

공개 추상 긴 getOffsetPs ()

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

공개 추상 XStat getStats (int 인덱스)

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

공개 추상 int getStatsCount ()

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

공개 추상 목록< XStat > getStatsList ()

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

공개 추상 XStatOrBuilder getStatsOrBuilder (int 인덱스)

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

공개 요약 목록<? XStatOrBuilder > getStatsOrBuilderList () 를 확장합니다.

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