Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 8 of 8) sorted by relevance

/build/make/tools/
Dparsedeps.py54 def trace(self, tgt, prereq): member in Dependencies
63 return d.trace
72 d.trace = result
127 trace = deps.trace(tgt, prereq)
128 if trace:
130 for g in trace:
134 for g in trace:
/build/soong/cuj/
Dcuj.go57 trace := tracer.New(log)
58 defer trace.Close()
65 stat.AddOutput(trace.StatusTracer())
68 trace.Close()
77 Tracer: trace,
91 trace.SetOutput(filepath.Join(logsDir, "build.trace"))
109trace.ImportMicrofactoryLog(filepath.Join(filepath.Dir(executable), "."+filepath.Base(executable)+…
/build/soong/cmd/multiproduct_kati/
Dmain.go164 trace := tracer.New(log)
165 defer trace.Close()
175 trace.Close()
183 Tracer: trace,
219 trace.SetOutput(filepath.Join(distLogsDir, "build.trace"))
222 trace.SetOutput(filepath.Join(config.OutDir(), "build.trace"))
308 Tracer: trace,
/build/soong/cmd/soong_ui/
Dmain.go137 trace := tracer.New(log)
138 defer trace.Close()
146 stat.AddOutput(trace.StatusTracer())
149 trace.Close()
158 Tracer: trace,
179 trace.SetOutput(filepath.Join(logsDir, c.logsPrefix+"build.trace"))
202trace.ImportMicrofactoryLog(filepath.Join(filepath.Dir(executable), "."+filepath.Base(executable)+…
/build/blueprint/microfactory/
Dmicrofactory.go131 func (c *Config) trace(format string, a ...interface{}) func() { func
192 defer un(config.trace("findDeps"))
390 endTrace := config.trace("check compile %s", p.Name)
457 defer un(config.trace("compile %s", p.Name))
503 endTrace := config.trace("check link %s", p.Name)
520 defer un(config.trace("link %s", p.Name))
652 defer un(config.trace("microfactory %s", executable))
654 defer un(config.trace("microfactory <unknown>"))
/build/soong/zip/cmd/
Dmain.go178 err = trace.Start(f)
183 defer trace.Stop()
/build/soong/docs/
Dperf.md7 soong_ui has tracing built in, so that every build execution's trace can be
8 viewed. Just open `$OUT_DIR/build.trace.gz` in Chrome's <chrome://tracing>, or
9 with [catapult's trace viewer][catapult trace_viewer]. The last few traces are
10 stored in `build.trace.#.gz` (larger numbers are older). The associated logs
13 ![trace example](./trace_example.png)
18 the `-cpuprofile`, `-trace`, and `-memprofile` command line arguments, but we
191 If the long part in the trace view of a build is a relatively solid block, then
196 Beyond looking at visible outliers in the trace view, we don't have any tooling
/build/blueprint/bootstrap/
Dcommand.go98 trace.Start(f)
100 defer trace.Stop()