type golang.org/x/net/trace.eventFamily
8 uses
golang.org/x/net/trace (current package)
events.go#L153: families = make(map[string]*eventFamily) // family name => family
events.go#L156: func getEventFamily(fam string) *eventFamily {
events.go#L161: f = &eventFamily{}
events.go#L167: type eventFamily struct {
events.go#L172: func (f *eventFamily) add(el *eventLog) {
events.go#L178: func (f *eventFamily) remove(el *eventLog) {
events.go#L190: func (f *eventFamily) Count(now time.Time, maxErrAge time.Duration) (n int) {
events.go#L201: func (f *eventFamily) Copy(now time.Time, maxErrAge time.Duration) (els eventLogs) {
![]() |
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. |