interfejs publiczny RemoteProfilerSessionManagerOptionsOrBuilder
Znane podklasy pośrednie |
Metody publiczne
streszczenie długie | pobierzOpóźnienieMs () Start of profiling is delayed by this much (in milliseconds). |
streszczenie długie | getMaxSessionDurationMs () Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. |
abstrakcyjne Opcje profilu | getProfilerOptions () Options for each local profiler. |
streszczenie ProfileOptionsOrBuilder | getProfilerOptionsOrBuilder () Options for each local profiler. |
abstrakcyjny ciąg | getServiceAddresses (indeks int) List of servers to profile. |
streszczenie com.google.protobuf.ByteString | getServiceAddressesBytes (indeks int) List of servers to profile. |
streszczenie wew | getServiceAddressesCount () List of servers to profile. |
lista abstrakcyjna<String> | getServiceAddressesList () List of servers to profile. |
streszczenie długie | getSessionCreationTimestampNs () Unix timestamp of when the session was started. |
abstrakcyjna wartość logiczna | maOpcje Profilera () Options for each local profiler. |
Metody publiczne
publiczne streszczenie długie getDelayMs ()
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5;
publiczne streszczenie długie getMaxSessionDurationMs ()
Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. If value is 0, session continues until interrupted. Otherwise, value must be greater than profiler_options.duration_ms.
uint64 max_session_duration_ms = 4;
publiczne streszczenie ProfileOptions getProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
publiczne streszczenie ProfileOptionsOrBuilder getProfilerOptionsOrBuilder ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public streszczenie Ciąg getServiceAddresses (indeks int)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
publiczna abstrakcja com.google.protobuf.ByteString getServiceAddressesBytes (indeks int)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
publiczne streszczenie int getServiceAddressesCount ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
publiczna lista abstrakcyjna<String> getServiceAddressesList ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
publiczne streszczenie długie getSessionCreationTimestampNs ()
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3;
publiczna wartość logiczna abstrakcyjna hasProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;