func testing.prettyPrint

3 uses

	testing (current package)
		benchmark.go#L426: 		prettyPrint(buf, ns, "ns/op")
		benchmark.go#L447: 		prettyPrint(buf, r.Extra[k], k)
		benchmark.go#L452: func prettyPrint(w io.Writer, x float64, unit string) {