Lines Matching refs:be
7 soong_ui has tracing built in, so that every build execution's trace can be
17 Soong can be traced and profiled using the standard Go tools. It understands
26 file) to be fast however. And it shouldn't hit the slow path too often -- so
33 `$(shell)` commands need to be re-executed to determine if their output changed.
63 used to be rather expensive when they were used too often.
78 It may be more efficient to move the grep into make, so that the `find` portion
79 can be rewritten and cached:
85 Others can be simplified by just switching to an equivalent find command that
92 By adding the implicit `-a` and moving the `| sort` to Make, this can now be
103 Kati prints out what triggered the slow path to be taken -- this can be a
111 The state is stored in `$OUT_DIR/.kati_stamp*` files, and can be (partially)
113 is available when ckati is run with `--regen_debug`, but that can be a lot of
122 beginning, as this much data can be hard to read:
146 interface can be used by running `NINJA_ARGS="-t browse <target>" m`.
161 use, disk bandwidth, etc) may also be necessary.
179 In some cases, a tree would get into a state where Soong would be run twice on