Lines Matching refs:that
7 soong_ui has tracing built in, so that every build execution's trace can be
47 for those steps or adjusting dependencies so that those steps can run earlier
62 don't rely on output of a `$(shell)` command that includes the current timestamp,
63 or read a file that's going to change on every build.
67 In most cases, we've found that the fast-path is slow because all of the
89 other "(regen)" numbers add up to more than that (some parts are parallelized
97 added some basic math functions in `math.mk` to help some common use cases that
103 that the output may change). Many of the common macros produce find commands
104 that Kati can understand, but if you're writing your own, you may want to
113 It may be more efficient to move the grep into make, so that the `find` portion
120 Others can be simplified by just switching to an equivalent find command that
149 is available when ckati is run with `--regen_debug`, but that can be a lot of
171 This shows that soong_cc_prebuilt.mk was included 20144 times, for a total time
173 took 18.389 seconds. In this case, Android-aosp_arm.mk is the only file that
174 includes soong_cc_prebuilt.mk, so we can safely assume that 13 of the 18 seconds
176 something that it included, like base_rules.mk).