golang.org/x/net/trace.trace.maxEvents (field)
7 uses
golang.org/x/net/trace (current package)
trace.go#L366: tr.maxEvents = maxEventsPerTrace
trace.go#L726: maxEvents int
trace.go#L752: tr.maxEvents = 0
trace.go#L800: if len(tr.events) < tr.maxEvents {
trace.go#L804: di := int((tr.maxEvents - 1) / 2)
trace.go#L824: tr.events[tr.maxEvents-1] = e
trace.go#L859: tr.maxEvents = m
![]() |
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. |