type cloud.google.com/go/profiler.agent

6 uses

	cloud.google.com/go/profiler (current package)
		profiler.go#L270: type agent struct {
		profiler.go#L319: func (a *agent) createProfile(ctx context.Context) *pb.Profile {
		profiler.go#L352: func (a *agent) profileAndUpload(ctx context.Context, p *pb.Profile) {
		profiler.go#L481: func initializeAgent(c pb.ProfilerServiceClient) (*agent, error) {
		profiler.go#L522: 	return &agent{
		profiler.go#L603: func pollProfilerService(ctx context.Context, a *agent) {