XEvent.Builder

공개 정적 최종 클래스 XEvent.Builder

 An XEvent is a trace event, optionally annotated with XStats.
 Next ID: 6
 
Protobuf 유형 tensorflow.profiler.XEvent

공개 방법

XEvent.Builder
addAllStats (Iterable<? 확장 XStat > 값)
 XStats associated with the event.
XEvent.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
XEvent.Builder
addStats ( XStat 값)
 XStats associated with the event.
XEvent.Builder
addStats ( XStat.Builder builderForValue)
 XStats associated with the event.
XEvent.Builder
addStats (int 인덱스, XStat 값)
 XStats associated with the event.
XEvent.Builder
addStats (int 인덱스, XStat.Builder builderForValue)
 XStats associated with the event.
XStat.Builder
addStatsBuilder (정수 인덱스)
 XStats associated with the event.
XStat.Builder
addStatsBuilder ()
 XStats associated with the event.
X이벤트
짓다 ()
X이벤트
XEvent.Builder
XEvent.Builder
XEvent.Builder
ClearDurationPs ()
 Duration of the event in picoseconds.
XEvent.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
XEvent.Builder
클리어메타데이터ID ()
 XEventMetadata.id of corresponding metadata.
XEvent.Builder
클리어NumOccurrences ()
 Number of occurrences of the event, if aggregated.
XEvent.Builder
클리어오프셋Ps ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XEvent.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
XEvent.Builder
클리어통계 ()
 XStats associated with the event.
XEvent.Builder
클론 ()
XEvent.DataCase
X이벤트
최종 정적 com.google.protobuf.Descriptors.Descriptor
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.
XStat.Builder
getStatsBuilder (정수 인덱스)
 XStats associated with the event.
목록< XStat.Builder >
getStatsBuilderList ()
 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.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
XEvent.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
최종 XEvent.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
XEvent.Builder
RemoveStats (정수 인덱스)
 XStats associated with the event.
XEvent.Builder
setDurationPs (긴 값)
 Duration of the event in picoseconds.
XEvent.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
XEvent.Builder
setMetadataId (긴 값)
 XEventMetadata.id of corresponding metadata.
XEvent.Builder
setNumOccurrences (긴 값)
 Number of occurrences of the event, if aggregated.
XEvent.Builder
setOffsetPs (긴 값)
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XEvent.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
XEvent.Builder
setStats (int 인덱스, XStat.Builder builderForValue)
 XStats associated with the event.
XEvent.Builder
setStats (int 인덱스, XStat 값)
 XStats associated with the event.
최종 XEvent.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

공개 XEvent.Builder addAllStats (Iterable<? 확장 XStat > 값)

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

공개 XEvent.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 XEvent.Builder addStats ( XStat 값)

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

공개 XEvent.Builder addStats ( XStat.Builder builderForValue)

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

공개 XEvent.Builder addStats (int 인덱스, XStat 값)

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

공개 XEvent.Builder addStats (int 인덱스, XStat.Builder builderForValue)

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

공개 XStat.Builder addStatsBuilder (int 인덱스)

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

공개 XStat.Builder addStatsBuilder ()

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

공개 XEvent 빌드 ()

공개 XEvent 빌드Partial ()

공개 XEvent.Builder 지우기 ()

공개 XEvent.Builder 클리어데이터 ()

공개 XEvent.Builder ClearDurationPs ()

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

공개 XEvent.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 XEvent.Builder ClearMetadataId ()

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

공개 XEvent.Builder ClearNumOccurrences ()

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

공개 XEvent.Builder ClearOffsetPs ()

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

공개 XEvent.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptor oneof)

공개 XEvent.Builder ClearStats ()

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

공개 XEvent.Builder 클론 ()

공개 XEvent.DataCase getDataCase ()

공개 XEvent getDefaultInstanceForType ()

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

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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

공개 XStat.Builder getStatsBuilder (int 인덱스)

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

공개 목록< XStat.Builder > getStatsBuilderList ()

 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;

공개 최종 부울 isInitialized ()

공개 XEvent.Builder mergeFrom (com.google.protobuf.다른 메시지)

공개 XEvent.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 최종 XEvent.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

공개 XEvent.Builder RemoveStats (int 인덱스)

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

공개 XEvent.Builder setDurationPs (긴 값)

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

공개 XEvent.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 XEvent.Builder setMetadataId (긴 값)

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

공개 XEvent.Builder setNumOccurrences (긴 값)

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

공개 XEvent.Builder setOffsetPs (긴 값)

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

공개 XEvent.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)

공개 XEvent.Builder setStats (int 인덱스, XStat.Builder builderForValue)

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

공개 XEvent.Builder setStats (int 인덱스, XStat 값)

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

공개 최종 XEvent.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)