رابط عمومی RemoteProfilerSessionManagerOptionsOrBuilder
زیر کلاس های غیر مستقیم شناخته شده |
روش های عمومی
انتزاعی طولانی | getDelayMs () Start of profiling is delayed by this much (in milliseconds). |
انتزاعی طولانی | getMaxSessionDurationMs () Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. |
گزینه های انتزاعی نمایه | getProfilerOptions () Options for each local profiler. |
چکیده ProfileOptionsOrBuilder | getProfilerOptionsOrBuilder () Options for each local profiler. |
رشته انتزاعی | getServiceAddresses (شاخص int) List of servers to profile. |
چکیده com.google.protobuf.ByteString | getServiceAddressesBytes (شاخص int) List of servers to profile. |
انتزاعی | getServiceAddressesCount () List of servers to profile. |
فهرست انتزاعی<String> | getServiceAddressesList () List of servers to profile. |
انتزاعی طولانی | getSessionCreationTimestampNs () Unix timestamp of when the session was started. |
بولی انتزاعی | hasProfilerOptions () Options for each local profiler. |
روش های عمومی
انتزاع عمومی طولانی getDelayMs ()
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5;
انتزاع عمومی طولانی 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;
چکیده عمومی ProfileOptions getProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
چکیده عمومی ProfileOptionsOrBuilder getProfilerOptionsOrBuilder ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
رشته انتزاعی عمومی getServiceAddresses (int index)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
عمومی انتزاعی com.google.protobuf.ByteString getServiceAddressesBytes (int index)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
عمومی انتزاعی int getServiceAddressesCount ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
فهرست انتزاعی عمومی<String> getServiceAddressesList ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
انتزاع عمومی طولانی getSessionCreationTimestampNs ()
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3;
عمومی انتزاعی بولی hasProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;