Skip to content

Instantly share code, notes, and snippets.

@sgraham
Created June 22, 2020 17:54
Show Gist options
  • Select an option

  • Save sgraham/830148fa72556d74fa8c5555a6055d76 to your computer and use it in GitHub Desktop.

Select an option

Save sgraham/830148fa72556d74fa8c5555a6055d76 to your computer and use it in GitHub Desktop.
CURRENT
[(a2e33082311...) scottmg@around /work/fuchsia]$ fx set core.x64 --with //bundles:tests --with //bundles/bringup:tests
Generating compile_commands took 494ms
Generating rust-project.json took 66ms
Done. Made 52952 targets from 3921 files in 7167ms
[(a2e33082311...) scottmg@around /work/fuchsia]$ fx build
ninja: Entering directory `/work/fuchsia/out/default.zircon'
[0->1/1 ~1 1.275s] Regenerating ninja files
[0->5538/5538 ~1 37.695s] STAMP obj/default.stamp
ninja: Entering directory `/work/fuchsia/out/default'
[0->1/1 ~1 7.083s] Regenerating ninja files
[11->65308/65321 ~3 416.872s] ACTION //build/images:fvm.blob.sparse.blk(//build/toolchain/fuchsia:x64)
fvm: Adding empty partition with Data Type guid.
[0->65321/65321 ~1 447.587s] STAMP obj/default.stamp
[(a2e33082311...) scottmg@around /work/fuchsia]$ fx build
ninja: Entering directory `/work/fuchsia/out/default.zircon'
[0->1/1 ~1 1.396s] Regenerating ninja files
[43->1/44 ~1 0.350s] ACTION //kernel/lib/version:version-string(//public/gn/toolchain:stub)
ninja: Entering directory `/work/fuchsia/out/default'
ninja: no work to do.
[(a2e33082311...) scottmg@around /work/fuchsia]$ fx build
ninja: Entering directory `/work/fuchsia/out/default.zircon'
ninja: no work to do.
ninja: Entering directory `/work/fuchsia/out/default'
ninja: no work to do.
[(a2e33082311...) scottmg@around /work/fuchsia]$ time prebuilt/third_party/ninja/linux-x64/ninja -C out/default
ninja: Entering directory `out/default'
ninja: no work to do.
real 0m3.064s
user 0m2.123s
sys 0m0.940s
[(a2e33082311...) scottmg@around /work/fuchsia]$ time prebuilt/third_party/ninja/linux-x64/ninja -C out/default
ninja: Entering directory `out/default'
ninja: no work to do.
real 0m3.312s
user 0m2.215s
sys 0m1.096s
[(a2e33082311...) scottmg@around /work/fuchsia]$ time prebuilt/third_party/ninja/linux-x64/ninja -C out/default
ninja: Entering directory `out/default'
ninja: no work to do.
real 0m3.101s
user 0m2.172s
sys 0m0.928s
[(a2e33082311...) scottmg@around /work/fuchsia]$ time prebuilt/third_party/ninja/linux-x64/ninja -C out/default
ninja: Entering directory `out/default'
ninja: no work to do.
real 0m2.955s
user 0m2.066s
sys 0m0.888s
[(a2e33082311...) scottmg@around /work/fuchsia]$ time prebuilt/third_party/ninja/linux-x64/ninja -C out/default
ninja: Entering directory `out/default'
ninja: no work to do.
real 0m3.213s
user 0m2.225s
sys 0m0.988s
WITH-(//TOOLCHAIN)
[(a2e33082311...) scottmg@around /work/fuchsia]$ fx set core.x64 --with //bundles:tests --with //bundles/bringup:tests
fx buildGenerating compile_commands took 497ms
Generating rust-project.json took 52ms
Done. Made 52952 targets from 3921 files in 8158ms
[(a2e33082311...) scottmg@around /work/fuchsia]$ fx build
ninja: Entering directory `/work/fuchsia/out/default.zircon'
[0->1/1 ~1 1.504s] Regenerating ninja files
ninja: no work to do.
ninja: Entering directory `/work/fuchsia/out/default'
[0->1/1 ~1 7.724s] Regenerating ninja files
ninja: no work to do.
[(a2e33082311...) scottmg@around /work/fuchsia]$ prebuilt/third_party/ninja/linux-x64/ninja -C out/default
ninja: Entering directory `out/default'
ninja: no work to do.
[(a2e33082311...) scottmg@around /work/fuchsia]$ time prebuilt/third_party/ninja/linux-x64/ninja -C out/default
ninja: Entering directory `out/default'
ninja: no work to do.
real 0m3.235s
user 0m2.326s
sys 0m0.909s
[(a2e33082311...) scottmg@around /work/fuchsia]$ time prebuilt/third_party/ninja/linux-x64/ninja -C out/default
ninja: Entering directory `out/default'
ninja: no work to do.
real 0m3.608s
user 0m2.499s
sys 0m1.108s
[(a2e33082311...) scottmg@around /work/fuchsia]$ time prebuilt/third_party/ninja/linux-x64/ninja -C out/default
ninja: Entering directory `out/default'
ninja: no work to do.
real 0m3.257s
user 0m2.268s
sys 0m0.988s
[(a2e33082311...) scottmg@around /work/fuchsia]$ time prebuilt/third_party/ninja/linux-x64/ninja -C out/default
ninja: Entering directory `out/default'
ninja: no work to do.
real 0m3.382s
user 0m2.369s
sys 0m1.013s
[(a2e33082311...) scottmg@around /work/fuchsia]$ time prebuilt/third_party/ninja/linux-x64/ninja -C out/default
ninja: Entering directory `out/default'
ninja: no work to do.
real 0m3.423s
user 0m2.301s
sys 0m1.121s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment