package
1.72.0-dev
Repository: https://github.com/grpc/grpc-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
Profiling_ServiceDesc is the grpc.ServiceDesc for Profiling service.

# Structs

EnableRequest defines the fields in a /Profiling/Enable method request to toggle profiling on and off within a gRPC program.
EnableResponse defines the fields in a /Profiling/Enable method response.
GetStreamStatsRequest defines the fields in a /Profiling/GetStreamStats method request to retrieve stream-level stats in a gRPC client/server.
GetStreamStatsResponse defines the fields in a /Profiling/GetStreamStats method response.
A Stat is a collection of Timers along with some additional metadata to tag and identify itself.
A Timer measures the start and end of execution of a component within gRPC that's being profiled.
UnimplementedProfilingServer should be embedded to have forward compatible implementations.

# Interfaces

ProfilingClient is the client API for Profiling service.
ProfilingServer is the server API for Profiling service.
UnsafeProfilingServer may be embedded to opt out of forward compatibility for this service.