type runtime.statDepSet
16 uses
runtime (current package)
metrics.go#L30: deps statDepSet
metrics.go#L265: type statDepSet [1]uint64
metrics.go#L268: func makeStatDepSet(deps ...statDep) statDepSet {
metrics.go#L269: var s statDepSet
metrics.go#L277: func (s statDepSet) difference(b statDepSet) statDepSet {
metrics.go#L278: var c statDepSet
metrics.go#L286: func (s statDepSet) union(b statDepSet) statDepSet {
metrics.go#L287: var c statDepSet
metrics.go#L295: func (s *statDepSet) empty() bool {
metrics.go#L305: func (s *statDepSet) has(d statDep) bool {
metrics.go#L387: ensured statDepSet
metrics.go#L394: func (a *statAggregate) ensure(deps *statDepSet) {
![]() |
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. |