type golang.org/x/net/trace.event
8 uses
golang.org/x/net/trace (current package)
trace.go#L686: type event struct {
trace.go#L697: func (e event) WhenString() string {
trace.go#L725: events []event // Append-only sequence of events (modulo discards).
trace.go#L738: eventsBuf [4]event // preallocated buffer in case we only log a few events
trace.go#L761: tr.eventsBuf[i] = event{}
trace.go#L797: e := event{When: time.Now(), What: x, Recyclable: recyclable, Sensitive: sensitive}
trace.go#L873: go func(f func(interface{}), es []event) {
trace.go#L903: func (tr *trace) Events() []event {
 |
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. |