Searched refs:Verbosef (Results 1 – 14 of 14) sorted by relevance
/build/soong/ui/build/ |
D | soong.go | 169 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)
|
D | ninja.go | 169 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")
|
D | sandbox_linux.go | 136 c.ctx.Verbosef("nsjail failed with %v", e.ProcessState.String()) 138 c.ctx.Verbosef("nsjail failed with %v", err)
|
D | exec.go | 64 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)",
|
D | kati.go | 52 ctx.Verbosef("Kati ninja suffix too long: %q", katiSuffix) 53 ctx.Verbosef("Replacing with: %q", shortSuffix)
|
D | path.go | 160 ctx.Verbosef("Unknown PATH tool %q used: %#v", log.Basename, log.Args)
|
D | build.go | 147 ctx.Verbosef("Total RAM: %.3vGB", ram)
|
D | config.go | 549 ctx.Verbosef("Failed to list locales (%q), falling back to %q", err, locales)
|
/build/soong/ui/status/ |
D | critical_path.go | 111 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/ |
D | logger.go | 56 Verbosef(format string, v ...interface{}) methodSpec 265 func (s *stdLogger) Verbosef(format string, v ...interface{}) { func
|
/build/soong/cmd/soong_ui/ |
D | main.go | 186 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/ |
D | tracer.go | 176 t.log.Verbosef("Event: %#v", event)
|
/build/soong/cuj/ |
D | cuj.go | 103 log.Verbosef("Took %dms to start up.",
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 101 log.Verbosef("Current file limits: %d soft, %d hard", limits.Cur, limits.Max) 238 log.Verbosef("Using %d parallel jobs", jobs)
|