XLine

מחלקה גמר ציבורית XLine

 An XLine is a timeline of trace events (XEvents).
 Next ID: 12
 
סוג Protobuf tensorflow.profiler.XLine

כיתות מקוננות

מעמד XLine.Builder
 An XLine is a timeline of trace events (XEvents). 

קבועים

int DISPLAY_ID_FIELD_NUMBER
int DISPLAY_NAME_FIELD_NUMBER
int DURATION_PS_FIELD_NUMBER
int EVENTS_FIELD_NUMBER
int ID_FIELD_NUMBER
int NAME_FIELD_NUMBER
int TIMESTAMP_NS_FIELD_NUMBER

שיטות ציבוריות

בוליאני
שווה (Object obj)
XLine סטטי
XLine
final static 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 index)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
int
getEventsCount ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
רשימת < XEvent >
getEventsList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEventOrBuilder
getEventsOrBuilder (int index)
 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.
ארוך
getId ()
 Id of this line, can be repeated within an XPlane.
חוּט
getName ()
 Name of this XLine.
com.google.protobuf.ByteString
getNameBytes ()
 Name of this XLine.
int
ארוך
getTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.
final com.google.protobuf.UnknownFieldSet
int
בוליאנית סופית
סטטי XLine.Builder
newBuilder (אב-טיפוס XLine )
סטטי XLine.Builder
XLine.Builder
XLine סטטי
parseDelimitedFrom (קלט InputStream)
XLine סטטי
parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine סטטי
parseFrom (נתוני ByteBuffer)
XLine סטטי
parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine סטטי
parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine סטטי
parseFrom (קלט com.google.protobuf.CodedInputStream)
XLine סטטי
parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine סטטי
parseFrom (נתוני com.google.protobuf.ByteString)
XLine סטטי
parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XLine סטטי
parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטָטִי
XLine.Builder
בָּטֵל
writeTo (פלט com.google.protobuf.CodedOutputStream)

שיטות בירושה

קבועים

אינט סופי סטטי ציבורי DISPLAY_ID_FIELD_NUMBER

ערך קבוע: 10

גמר סטטי ציבורי DISPLAY_NAME_FIELD_NUMBER

ערך קבוע: 11

גמר סטטי ציבורי DURATION_PS_FIELD_NUMBER

ערך קבוע: 9

גמר סטטי ציבורי באירוע EVENTS_FIELD_NUMBER

ערך קבוע: 4

אינט סופי סטטי ציבורי ID_FIELD_NUMBER

ערך קבוע: 1

גמר סטטי ציבורי NAME_FIELD_NUMBER

ערך קבוע: 2

גמר סטטי ציבורי TIMESTAMP_NS_FIELD_NUMBER

ערך קבוע: 3

שיטות ציבוריות

שווה ערך בוליאני ציבורי (Object obj)

ציבורי סטטי XLine getDefaultInstance ()

public XLine getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public long 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;

public com.google.protobuf.ByteString getDisplayNameBytes ()

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

public long getDurationPs ()

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

public XEvent getEvents (int index)

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

public 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;

public XEventOrBuilder getEventsOrBuilder (int index)

 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 ()

 Name of this XLine.
 
string name = 2;

public com.google.protobuf.ByteString getNameBytes ()

 Name of this XLine.
 
string name = 2;

פּוּמְבֵּי getParserForType ()

public int getSerializedSize ()

Public long getTimestampNs ()

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

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

בוליאני הסופי הציבורי הוא אתחול ()

ציבורי סטטי XLine.Builder newBuilder (אב-טיפוס XLine )

public static XLine.Builder newBuilder ()

public XLine.Builder newBuilderForType ()

public static XLine parseDelimitedFrom (קלט InputStream)

זורק
IOException

public static XLine parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

ניתוח XLine סטטי ציבורי (נתוני ByteBuffer)

זורק
InvalidProtocolBufferException

ניתוח XLine סטטי ציבורי (com.google.protobuf.CodedInputStream קלט, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

ניתוח XLine סטטי ציבורי (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

ניתוח XLine סטטי ציבורי (קלט com.google.protobuf.CodedInputStream)

זורק
IOException

ניתוח סטטי XLineFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

ניתוח XLine סטטי ציבורי (נתוני com.google.protobuf.ByteString)

זורק
InvalidProtocolBufferException

ניתוח סטטי XLineFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

XLine parseFrom סטטי ציבורי (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי מנתח ()

public XLine.Builder toBuilder ()

public void writeTo (פלט com.google.protobuf.CodedOutputStream)

זורק
IOException