#Tooling for investigating build times

1 messages · Page 1 of 1 (latest)

zinc field
#

Hello everyone! I am wondering if there is any tooling within the ecosystem that would enable me to investigate why exactly compilation is taking as long as it is. clang has something like -ftime-report which gives me hints into which translation units are taking as long as they are and I am curious to find similar tooling for zig.

Relatively new to the language so would love guidance. Thanks!

open wolf
#

-ftime-report (on zig build iirc)

zinc field
#

Thanks!

ivory jasper
#

fyi the new --webui also has timing information

polar siren
#

is that zig build --webui?