func cloud.google.com/go/profiler.debugLog
24 uses
cloud.google.com/go/profiler (current package)
profiler.go#L207: debugLog("profiler.Start() called again after it was previously called")
profiler.go#L226: debugLog("failed to initialize config: %v", err)
profiler.go#L249: debugLog("failed to dial GRPC: %v", err)
profiler.go#L255: debugLog("failed to start the profiling agent: %v", err)
profiler.go#L262: func debugLog(format string, e ...interface{}) {
profiler.go#L310: debugLog("failed to get backoff duration: %v", err)
profiler.go#L330: debugLog("creating a new profile via profiler service")
profiler.go#L334: debugLog("failed to create profile, will retry: %v", err)
profiler.go#L348: debugLog("successfully created profile %v", p.GetProfileType())
profiler.go#L365: debugLog("skipping collection of disabled profile type: %v", pt)
profiler.go#L373: debugLog("failed to get profile duration for CPU profile: %v", err)
profiler.go#L377: debugLog("failed to start CPU profile: %v", err)
profiler.go#L384: debugLog("failed to write heap profile: %v", err)
profiler.go#L390: debugLog("failed to get profile duration for allocation profile: %v", err)
profiler.go#L394: debugLog("failed to collect allocation profile: %v", err)
profiler.go#L399: debugLog("failed to collect goroutine profile: %v", err)
profiler.go#L405: debugLog("failed to get profile duration: %v", err)
profiler.go#L409: debugLog("failed to collect mutex profile: %v", err)
profiler.go#L413: debugLog("unexpected profile type: %v", pt)
profiler.go#L422: debugLog("start uploading profile")
profiler.go#L424: debugLog("failed to upload profile: %v", err)
profiler.go#L585: debugLog("failed to get instance name from Compute Engine metadata, will use empty name: %v", err)
profiler.go#L604: debugLog("Cloud Profiler Go Agent version: %s", version.Repo)
profiler.go#L605: debugLog("profiler has started")
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |