golang.org/x/pkgsite/internal/worker.fetchTask.timings (field)
8 uses
golang.org/x/pkgsite/internal/worker (current package)
fetch.go#L39: timings map[string]time.Duration
fetch.go#L149: ft.timings["db.UpsertModuleVersionState"] = time.Since(start)
fetch.go#L172: timings: map[string]time.Duration{},
fetch.go#L212: ft.timings["fetch.FetchModule"] = time.Since(start)
fetch.go#L252: ft.timings["db.InsertModule"] = time.Since(start)
fetch.go#L326: ft.timings["worker.updatedVersionMap"] = time.Since(start)
fetch.go#L367: ft.timings["worker.deleteModule"] = time.Since(start)
fetch.go#L397: for k, v := range ft.timings {
![]() |
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. |