classe finale statica pubblica XLine.Builder
An XLine is a timeline of trace events (XEvents). Next ID: 12
tensorflow.profiler.XLine
Metodi pubblici
XLine.Builder | addAllEvents (Iterable<? estende XEvent > valori) XEvents within the same XLine should not overlap in time, but they can be nested. |
XLine.Builder | addEvents (indice 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 | |
XLine.Builder | |
XEvent.Builder | addEventsBuilder (indice int) XEvents within the same XLine should not overlap in time, but they can be nested. |
XEvent.Builder | aggiungiEventsBuilder () XEvents within the same XLine should not overlap in time, but they can be nested. |
XLine.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
XLine | costruire () |
XLine | buildPartial () |
XLine.Builder | chiaro () |
XLine.Builder | clearDisplayId () Display id of this line. |
XLine.Builder | clearDisplayName () Name of this XLine to display in trace viewer. |
XLine.Builder | clearDurationPs () Profiling duration for this line in picoseconds. |
XLine.Builder | cancellaEventi () XEvents within the same XLine should not overlap in time, but they can be nested. |
XLine.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
XLine.Builder | IDclear () Id of this line, can be repeated within an XPlane. |
XLine.Builder | nomechiaro () 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 | clone () |
XLine | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
com.google.protobuf.Descriptors.Descriptor | |
lungo | getDisplayId () Display id of this line. |
Corda | getNomeVisualizzato () Name of this XLine to display in trace viewer. |
com.google.protobuf.ByteString | getDisplayNameBytes () Name of this XLine to display in trace viewer. |
lungo | getDurataPs () Profiling duration for this line in picoseconds. |
XEvento | getEvents (indice int) XEvents within the same XLine should not overlap in time, but they can be nested. |
XEvent.Builder | getEventsBuilder (indice int) XEvents within the same XLine should not overlap in time, but they can be nested. |
Elenco< XEvent.Builder > | getEventsBuilderList () 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. |
Elenco< XEvento > | getEventsList () XEvents within the same XLine should not overlap in time, but they can be nested. |
XEventOrBuilder | getEventsOrBuilder (indice int) XEvents within the same XLine should not overlap in time, but they can be nested. |
Elenco<? estende XEventOrBuilder > | getEventsOrBuilderList () XEvents within the same XLine should not overlap in time, but they can be nested. |
lungo | getId () Id of this line, can be repeated within an XPlane. |
Corda | getNome () Name of this XLine. |
com.google.protobuf.ByteString | getNomeBytes () Name of this XLine. |
lungo | getTimestampNs () Start time of this line in nanoseconds since the UNIX epoch. |
booleano finale | |
XLine.Builder | mergeFrom (com.google.protobuf.Message altro) |
XLine.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
finale XLine.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
XLine.Builder | rimuoviEventi (indice int) XEvents within the same XLine should not overlap in time, but they can be nested. |
XLine.Builder | setDisplayId (valore lungo) Display id of this line. |
XLine.Builder | setDisplayName (valore stringa) Name of this XLine to display in trace viewer. |
XLine.Builder | setDisplayNameBytes (valore com.google.protobuf.ByteString) Name of this XLine to display in trace viewer. |
XLine.Builder | setDurationPs (valore lungo) Profiling duration for this line in picoseconds. |
XLine.Builder | |
XLine.Builder | setEvents (indice int, XEvent.Builder builderForValue) XEvents within the same XLine should not overlap in time, but they can be nested. |
XLine.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
XLine.Builder | setId (valore lungo) Id of this line, can be repeated within an XPlane. |
XLine.Builder | setName (valore stringa) Name of this XLine. |
XLine.Builder | setNameBytes (valore com.google.protobuf.ByteString) Name of this XLine. |
XLine.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
XLine.Builder | setTimestampNs (valore lungo) Start time of this line in nanoseconds since the UNIX epoch. |
finale XLine.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Metodi ereditati
Metodi pubblici
public XLine.Builder addAllEvents (Iterable<? estende XEvent > valori)
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 (indice 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 (indice int, valore 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 (valore 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 (indice int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
pubblico 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public 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;
public 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;
pubblico 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;
public 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;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
pubblico lungo 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;
stringa pubblica getDisplayName ()
Name of this XLine to display in trace viewer.
string display_name = 11;
pubblico com.google.protobuf.ByteString getDisplayNameBytes ()
Name of this XLine to display in trace viewer.
string display_name = 11;
pubblico lungo getDurationPs ()
Profiling duration for this line in picoseconds.
int64 duration_ps = 9;
pubblico XEvent getEvents (indice 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 (indice int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
Elenco pubblico< XEvent.Builder > getEventsBuilderList ()
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;
Elenco pubblico< 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 (indice int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
Elenco pubblico<? estende XEventOrBuilder > getEventsOrBuilderList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
getId lungo pubblico ()
Id of this line, can be repeated within an XPlane. All XLines with the same id are effectively the same timeline.
int64 id = 1;
stringa pubblica getName ()
Name of this XLine.
string name = 2;
pubblico com.google.protobuf.ByteString getNameBytes ()
Name of this XLine.
string name = 2;
pubblico lungo 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 booleano isInitialized ()
public XLine.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
pubblico finale XLine.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public XLine.BuilderremoveEvents ( indice 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 (valore lungo)
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 (valore stringa)
Name of this XLine to display in trace viewer.
string display_name = 11;
public XLine.Builder setDisplayNameBytes (valore com.google.protobuf.ByteString)
Name of this XLine to display in trace viewer.
string display_name = 11;
public XLine.Builder setDurationPs (valore lungo)
Profiling duration for this line in picoseconds.
int64 duration_ps = 9;
public XLine.Builder setEvents (indice int, valore 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 (indice 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public XLine.Builder setId (valore lungo)
Id of this line, can be repeated within an XPlane. All XLines with the same id are effectively the same timeline.
int64 id = 1;
pubblico XLine.Builder setNameBytes (valore com.google.protobuf.ByteString)
Name of this XLine.
string name = 2;
public XLine.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
public XLine.Builder setTimestampNs (valore lungo)
Start time of this line in nanoseconds since the UNIX epoch. XEvent.offset_ps is relative to this timestamp.
int64 timestamp_ns = 3;