Lines Matching refs:be
7 soong_ui has tracing built in, so that every build execution's trace can be
52 Soong can be traced and profiled using the standard Go tools. It understands
61 file) to be fast however. And it shouldn't hit the slow path too often -- so
68 `$(shell)` commands need to be re-executed to determine if their output changed.
98 used to be rather expensive when they were used too often.
113 It may be more efficient to move the grep into make, so that the `find` portion
114 can be rewritten and cached:
120 Others can be simplified by just switching to an equivalent find command that
127 By adding the implicit `-a` and moving the `| sort` to Make, this can now be
139 Kati prints out what triggered the slow path to be taken -- this can be a
147 The state is stored in `$OUT_DIR/.kati_stamp*` files, and can be (partially)
149 is available when ckati is run with `--regen_debug`, but that can be a lot of
179 for any makefile to be printed with `$(KATI_profile_makefile)`:
189 a binary search using this method, but you do need to be careful not to split
190 conditionals across two files (the ifeq/else/endif must all be in the same file).
198 beginning, as this much data can be hard to read:
222 interface can be used by running `NINJA_ARGS="-t browse <target>" m`.
237 use, disk bandwidth, etc) may also be necessary.
254 In some cases, a tree would get into a state where Soong would be run twice on