golang.org/x/net/trace.eventLog.Start (field)
8 uses
golang.org/x/net/trace (current package)
events.go#L136: el.Start = time.Now()
events.go#L225: func (els eventLogs) Less(i, j int) bool { return els[i].Start.After(els[j].Start) }
events.go#L255: Start time.Time
events.go#L276: el.Start = time.Time{}
events.go#L298: return t.Sub(el.Start), false
events.go#L355: return el.Start.Format("2006/01/02 15:04:05.000000")
events.go#L359: elapsed := time.Since(el.Start)
![]() |
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. |