XEvent

공개 최종 클래스 XEvent

 An XEvent is a trace event, optionally annotated with XStats.
 Next ID: 6
 
Protobuf 유형 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
정적 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 (정수 인덱스)
 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.
최종 com.google.protobuf.UnknownFieldSet
정수
최종 부울
정적 XEvent.Builder
newBuilder ( XEvent 프로토타입)
정적 XEvent.Builder
XEvent.Builder
정적 XEvent
parsDelimitedFrom (InputStream 입력)
정적 XEvent
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 XEvent
parsFrom (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 확장Registry)
정적 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
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 int DURATION_PS_FIELD_NUMBER

상수값: 3

공개 정적 최종 int METADATA_ID_FIELD_NUMBER

상수값: 1

공개 정적 최종 정수 NUM_OCCURRENCES_FIELD_NUMBER

상수값: 5

공개 정적 최종 int OFFSET_PS_FIELD_NUMBER

상수값: 2

공개 정적 최종 int STATS_FIELD_NUMBER

상수값: 4

공개 방법

공개 부울은 (객체 obj)와 같습니다 .

공개 XEvent.DataCase getDataCase ()

공개 정적 XEvent getDefaultInstance ()

공개 XEvent getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 긴 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;

공공의 getParserForType ()

공개 int getSerializedSize ()

공개 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;

공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 XEvent.Builder newBuilder ( XEvent 프로토타입)

공개 정적 XEvent.Builder newBuilder ()

공개 XEvent.Builder newBuilderForType ()

공개 정적 XEvent parseDelimitedFrom (InputStream 입력)

던지기
IO예외

공개 정적 XEvent parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 XEvent 구문 분석 (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 XEvent 구문 분석기 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)

던지기
IO예외

공개 정적 XEvent parsFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 XEvent ParseFrom (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 XEvent parsFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 XEvent 구문 분석 (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 XEvent parsFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 XEvent ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 XEvent.Builder toBuilder ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외