Home
last modified time | relevance | path

Searched refs:Verbosef (Results 1 – 14 of 14) sorted by relevance

/build/soong/ui/build/
Dsoong.go169 ctx.Verbosef("soong_build metrics:")
170 ctx.Verbosef(" modules: %v", metrics.GetModules())
171 ctx.Verbosef(" variants: %v", metrics.GetVariants())
172 ctx.Verbosef(" max heap size: %v MB", metrics.GetMaxHeapSize()/1e6)
173 ctx.Verbosef(" total allocation count: %v", metrics.GetTotalAllocCount())
174 ctx.Verbosef(" total allocation size: %v MB", metrics.GetTotalAllocSize()/1e6)
Dninja.go169 ctx.Verbosef(" %s", envVar)
213 …ctx.Verbosef("ninja may be stuck; last update to %v was %v. dumping process tree...", statusPath, …
225 ctx.Verbosef("done\n")
Dsandbox_linux.go136 c.ctx.Verbosef("nsjail failed with %v", e.ProcessState.String())
138 c.ctx.Verbosef("nsjail failed with %v", err)
Dexec.go64 c.ctx.Verbosef("%q executing %q %v\n", c.name, c.Path, c.Args)
71 c.ctx.Verbosef("%q finished with exit code %d (%s real, %s user, %s system, %dMB maxrss)",
Dkati.go52 ctx.Verbosef("Kati ninja suffix too long: %q", katiSuffix)
53 ctx.Verbosef("Replacing with: %q", shortSuffix)
Dpath.go160 ctx.Verbosef("Unknown PATH tool %q used: %#v", log.Basename, log.Args)
Dbuild.go147 ctx.Verbosef("Total RAM: %.3vGB", ram)
Dconfig.go549 ctx.Verbosef("Failed to list locales (%q), falling back to %q", err, locales)
/build/soong/ui/status/
Dcritical_path.go111 cp.log.Verbosef("critical path took %s", criticalTime.String())
114 cp.log.Verbosef("elapsed time %s", elapsedTime.String())
116 cp.log.Verbosef("perfect parallelism ratio %d%%",
125 cp.log.Verbosef(" %2d:%02d %s",
/build/soong/ui/logger/
Dlogger.go56 Verbosef(format string, v ...interface{}) methodSpec
265 func (s *stdLogger) Verbosef(format string, v ...interface{}) { func
/build/soong/cmd/soong_ui/
Dmain.go186 buildCtx.Verbosef("Detected %.3v GB total RAM", float32(config.TotalRAM())/(1024*1024*1024))
187 buildCtx.Verbosef("Parallelism (local/remote/highmem): %v/%v/%v",
196 log.Verbosef("Took %dms to start up.",
/build/soong/ui/tracer/
Dtracer.go176 t.log.Verbosef("Event: %#v", event)
/build/soong/cuj/
Dcuj.go103 log.Verbosef("Took %dms to start up.",
/build/soong/cmd/multiproduct_kati/
Dmain.go101 log.Verbosef("Current file limits: %d soft, %d hard", limits.Cur, limits.Max)
238 log.Verbosef("Using %d parallel jobs", jobs)