...

Package profiling

import "google.golang.org/grpc/profiling"
Overview
Index
Subdirectories

Overview ▾

Package profiling exposes methods to manage profiling within gRPC.

Experimental

Notice: This package is EXPERIMENTAL and may be changed or removed in a later release.

Index ▾

Package files

profiling.go

func Enable

func Enable(enabled bool)

Enable turns profiling on and off. This operation is safe for concurrent access from different goroutines.

Note that this is the only operation that's accessible through the publicly exposed profiling package. Everything else (such as retrieving stats) must be done through the profiling service. This is allowed so that users can use heuristics to turn profiling on and off automatically.

Subdirectories

Name Synopsis
..
cmd Binary cmd is a command-line tool for profiling management.
proto
service Package service defines methods to register a gRPC client/service for a profiling service that is exposed in the same server.