runtime.childInfo.depth (field)
4 uses
runtime (current package)
heapdump.go#L242: depth uintptr // depth in call stack (0 == most recent)
heapdump.go#L284: dumpint(uint64(child.depth)) // # of frames deep on the stack
heapdump.go#L332: child.depth++
heapdump.go#L374: child.depth = 0
![]() |
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. |