XLine

XLine คลาสสุดท้ายสาธารณะ

 An XLine is a timeline of trace events (XEvents).
 Next ID: 12
 
Protobuf ประเภท tensorflow.profiler.XLine

คลาสที่ซ้อนกัน

ระดับ XLine.ตัวสร้าง
 An XLine is a timeline of trace events (XEvents). 

ค่าคงที่

ภายใน DISPLAY_ID_FIELD_NUMBER
ภายใน DISPLAY_NAME_FIELD_NUMBER
ภายใน DURATION_PS_FIELD_NUMBER
ภายใน EVENTS_FIELD_NUMBER
ภายใน ID_FIELD_NUMBER
ภายใน NAME_FIELD_NUMBER
ภายใน TIMESTAMP_NS_FIELD_NUMBER

วิธีการสาธารณะ

บูลีน
เท่ากับ (วัตถุ obj)
XLline แบบคงที่
เอ็กซ์ไลน์
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
ยาว
getDisplayId ()
 Display id of this line.
สตริง
getDisplayName ()
 Name of this XLine to display in trace viewer.
com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of this XLine to display in trace viewer.
ยาว
getDurationPs ()
 Profiling duration for this line in picoseconds.
XEvent
getEvents (ดัชนี int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
ภายใน
getEventsCount ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
รายการ < XEvent >
รับรายการกิจกรรม ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEventOrBuilder
getEventsOrBuilder (ดัชนี int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
รายการ<? ขยาย XEventOrBuilder >
getEventsOrBuilderList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
ยาว
รับรหัส ()
 Id of this line, can be repeated within an XPlane.
สตริง
รับชื่อ ()
 Name of this XLine.
com.google.protobuf.ByteString
getNameBytes ()
 Name of this XLine.
ภายใน
ยาว
getTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.
สุดท้าย com.google.protobuf.UnknownFieldSet
ภายใน
บูลีนสุดท้าย
XLine.Builder แบบคงที่
newBuilder (ต้นแบบ XLine )
XLine.Builder แบบคงที่
XLine.ตัวสร้าง
XLline แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
XLline แบบคงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLline แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
XLline แบบคงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLline แบบคงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLline แบบคงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
XLline แบบคงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLline แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
XLline แบบคงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLline แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
XLine.ตัวสร้าง
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

วิธีการสืบทอด

ค่าคงที่

สาธารณะคงสุดท้าย int DISPLAY_ID_FIELD_NUMBER

ค่าคงที่: 10

รอบชิงชนะเลิศแบบคงที่สาธารณะ int DISPLAY_NAME_FIELD_NUMBER

ค่าคงที่: 11

รอบชิงชนะเลิศแบบคงที่สาธารณะ DURATION_PS_FIELD_NUMBER

ค่าคงที่: 9

กิจกรรมรอบชิงชนะเลิศแบบคงที่สาธารณะ EVENTS_FIELD_NUMBER

ค่าคงที่: 4

int สุดท้ายคงที่สาธารณะ ID_FIELD_NUMBER

ค่าคงที่: 1

รอบชิงชนะเลิศแบบคงที่สาธารณะ NAME_FIELD_NUMBER

ค่าคงที่: 2

สาธารณะคงสุดท้าย int TIMESTAMP_NS_FIELD_NUMBER

ค่าคงที่: 3

วิธีการสาธารณะ

บูลีนสาธารณะ เท่ากับ (Object obj)

XLine getDefaultInstance สาธารณะแบบคงที่ ()

XLine สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สาธารณะ getDisplayId ยาว ()

 Display id of this line. Multiple lines with the same display_id are
 grouped together in the same trace viewer row.
 
int64 display_id = 10;

สตริงสาธารณะ getDisplayName ()

สตริง

 Name of this XLine to display in trace viewer.
 
string display_name = 11;

สาธารณะ com.google.protobuf.ByteString getDisplayNameBytes ()

สตริง

 Name of this XLine to display in trace viewer.
 
string display_name = 11;

สาธารณะ getDurationPs ยาว ()

 Profiling duration for this line in picoseconds.
 
int64 duration_ps = 9;

XEvent getEvents สาธารณะ (ดัชนี int)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

สาธารณะ int getEventsCount ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

รายการสาธารณะ < XEvent > getEventsList ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

XEventOrBuilder สาธารณะ getEventsOrBuilder (ดัชนี int)

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

รายการสาธารณะ<? ขยาย XEventOrBuilder > getEventsOrBuilderList ()

 XEvents within the same XLine should not overlap in time, but they can be
 nested.
 
repeated .tensorflow.profiler.XEvent events = 4;

getId แบบยาวสาธารณะ ()

 Id of this line, can be repeated within an XPlane. All XLines with the
 same id are effectively the same timeline.
 
int64 id = 1;

สตริงสาธารณะ getName ()

string name = 2;

 Name of this XLine.
 
= 2;

สาธารณะ com.google.protobuf.ByteString getNameBytes ()

string name = 2;

 Name of this XLine.
 
= 2;

สาธารณะ getParserForType ()

สาธารณะ int getSerializedSize ()

getTimestampNs แบบสาธารณะ ()

 Start time of this line in nanoseconds since the UNIX epoch.
 XEvent.offset_ps is relative to this timestamp.
 
int64 timestamp_ns = 3;

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

สาธารณะ int hashCode ()

บูลีนสุดท้ายสาธารณะ isInitialized ()

สาธารณะ XLine.Builder newBuilder แบบคงที่ (ต้นแบบ XLine )

สาธารณะ XLine.Builder newBuilder แบบคงที่ ()

สาธารณะ XLine.Builder newBuilderForType ()

สาธารณะ XLine แบบคงที่ parseDelimitedFrom (อินพุต InputStream)

ขว้าง
IOข้อยกเว้น

สาธารณะ XLine แบบคงที่ parseDelimitedFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

แยกวิเคราะห์ XLine สาธารณะแบบคงที่ (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ XLine parseFrom แบบคงที่ (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ XLine parseFrom แบบคงที่ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ XLine parseFrom แบบคงที่ (com.google.protobuf.CodedInputStream อินพุต)

ขว้าง
IOข้อยกเว้น

สาธารณะ XLine parseFrom แบบคงที่ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

แยกวิเคราะห์ XLine สาธารณะแบบคงที่ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ XLine parseFrom แบบคงที่ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ XLine parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

XLine.Builder สาธารณะ toBuilder ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น