XLine.Builder

publiczna statyczna klasa końcowa XLine.Builder

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

Metody publiczne

XLine.Builder
addAllEvents (Iterable<? rozszerza wartości XEvent >)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents (indeks int, XEvent.Builder builderForValue)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents ( XEvent.Builder builderForValue)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents (indeks int, wartość XEvent )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addEvents (wartość XEvent )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEvent.Builder
addEventsBuilder (indeks int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEvent.Builder
addEventsBuilder ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
Xlinia
Xlinia
XLine.Builder
jasne ()
XLine.Builder
wyczyśćDisplayId ()
 Display id of this line.
XLine.Builder
wyczyść nazwę wyświetlaną ()
 Name of this XLine to display in trace viewer.
XLine.Builder
wyczyśćDurationPs ()
 Profiling duration for this line in picoseconds.
XLine.Builder
wyczyśćEventy ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)
XLine.Builder
wyczyśćId ()
 Id of this line, can be repeated within an XPlane.
XLine.Builder
wyczyść nazwę ()
 Name of this XLine.
XLine.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
XLine.Builder
clearTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.
XLine.Builder
klon ()
Xlinia
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
długi
pobierzDisplayId ()
 Display id of this line.
Strunowy
pobierz nazwę wyświetlaną ()
 Name of this XLine to display in trace viewer.
com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of this XLine to display in trace viewer.
długi
getDurationPs ()
 Profiling duration for this line in picoseconds.
XWydarzenie
getEvents (indeks int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEvent.Builder
getEventsBuilder (indeks int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Lista< XEvent.Builder >
getEventsBuilderList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
wew
getEventsCount ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Lista< XEvent >
getEventsList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XEventOrBuilder
getEventsOrBuilder (indeks int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
Lista<? rozszerza XEventOrBuilder >
getEventsOrBuilderList ()
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
długi
pobierzId ()
 Id of this line, can be repeated within an XPlane.
Strunowy
pobierz nazwę ()
 Name of this XLine.
com.google.protobuf.ByteString
getNameBytes ()
 Name of this XLine.
długi
getTimestampNs ()
 Start time of this line in nanoseconds since the UNIX epoch.
końcowa wartość logiczna
XLine.Builder
mergeFrom (com.google.protobuf.Wiadomość inna)
XLine.Builder
mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
końcowy XLine.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)
XLine.Builder
usuńEventy (indeks int)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
setDisplayId (długa wartość)
 Display id of this line.
XLine.Builder
setDisplayName (wartość ciągu)
 Name of this XLine to display in trace viewer.
XLine.Builder
setDisplayNameBytes (wartość com.google.protobuf.ByteString)
 Name of this XLine to display in trace viewer.
XLine.Builder
setDurationPs (długa wartość)
 Profiling duration for this line in picoseconds.
XLine.Builder
setEvents (indeks int, wartość XEvent )
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
setEvents (indeks int, XEvent.Builder builderForValue)
 XEvents within the same XLine should not overlap in time, but they can be
 nested.
XLine.Builder
setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
XLine.Builder
setId (długa wartość)
 Id of this line, can be repeated within an XPlane.
XLine.Builder
setName (wartość ciągu)
 Name of this XLine.
XLine.Builder
setNameBytes (wartość com.google.protobuf.ByteString)
 Name of this XLine.
XLine.Builder
setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)
XLine.Builder
setTimestampNs (długa wartość)
 Start time of this line in nanoseconds since the UNIX epoch.
końcowy XLine.Builder
setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)

Metody dziedziczone

Metody publiczne

public XLine.Builder addAllEvents (Iterable<? rozszerza XEvent > wartości)

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

public XLine.Builder addEvents (indeks int, XEvent.Builder builderForValue)

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

public XLine.Builder addEvents ( XEvent.Builder builderForValue)

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

public XLine.Builder addEvents (indeks int, wartość XEvent )

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

public XLine.Builder addEvents (wartość XEvent )

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

public XEvent.Builder addEventsBuilder (indeks int)

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

public XEvent.Builder addEventsBuilder ()

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

public XLine.Builder addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

publiczna kompilacja XLine ()

publiczna kompilacja XLineCzęściowa ()

publiczny XLine.Builder wyczyść ()

publiczny XLine.Builder clearDisplayId ()

 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;

publiczny XLine.Builder clearDisplayName ()

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

public XLine.Builder clearDurationPs ()

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

public XLine.Builder clearEvents ()

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

public XLine.Builder clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)

publiczny XLine.Builder clearId ()

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

publiczny XLine.Builder clearName ()

 Name of this XLine.
 
string name = 2;

public XLine.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

publiczny XLine.Builder clearTimestampNs ()

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

publiczny klon XLine.Builder ()

publiczna XLine getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

publiczny długi 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;

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

publiczny długi getDurationPs ()

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

public XEvent getEvents (indeks int)

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

public XEvent.Builder getEventsBuilder (indeks int)

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

lista publiczna< XEvent.Builder > getEventsBuilderList ()

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

publiczny int getEventsCount ()

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

public List< 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 (indeks int)

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

lista publiczna<? rozszerza XEventOrBuilder > getEventsOrBuilderList ()

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

publiczny długi 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;

public String getName ()

 Name of this XLine.
 
string name = 2;

public com.google.protobuf.ByteString getNameBytes ()

 Name of this XLine.
 
string name = 2;

publiczny długi getTimestampNs ()

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

publiczna końcowa wartość logiczna isInitialized ()

public XLine.Builder mergeFrom (com.google.protobuf.Message other)

public XLine.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczna wersja końcowa XLine.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public XLine.Builder usuńEvents (indeks int)

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

public XLine.Builder setDisplayId (długa wartość)

 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;

public XLine.Builder setDisplayName (wartość ciągu)

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

public XLine.Builder setDisplayNameBytes (wartość com.google.protobuf.ByteString)

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

public XLine.Builder setDurationPs (długa wartość)

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

public XLine.Builder setEvents (indeks int, wartość XEvent )

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

public XLine.Builder setEvents (indeks int, XEvent.Builder builderForValue)

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

public XLine.Builder setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

public XLine.Builder setId (długa wartość)

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

public XLine.Builder setName (wartość ciągu)

 Name of this XLine.
 
string name = 2;

public XLine.Builder setNameBytes (wartość com.google.protobuf.ByteString)

 Name of this XLine.
 
string name = 2;

public XLine.Builder setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)

public XLine.Builder setTimestampNs (długa wartość)

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

publiczny finał XLine.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)