testing.B.importPath (field)
8 uses
testing (current package)
benchmark.go#L95: importPath string // import path of the package containing the benchmark
benchmark.go#L263: if b.importPath != "" {
benchmark.go#L264: fmt.Fprintf(b.w, "pkg: %s\n", b.importPath)
benchmark.go#L538: importPath: importPath,
benchmark.go#L641: importPath: b.importPath,
benchmark.go#L656: if b.importPath != "" {
benchmark.go#L657: fmt.Printf("pkg: %s\n", b.importPath)
![]() |
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. |