I’m trying to understand what contributes to the build times on cloud build.
Is it possible to add timestamps to the logged output so i can know how long each operation took?
For example:
I’m trying to understand how long the Git cloning / fetching process takes, and how long importing assets inside Unity is taking (in order to try and optimize the build times).
Is such a feature planned or considered to be added in the future ?
No immediate plans, but it’s something we’ve talked about doing for a very long time. Trying to get that scheduled (along with various other improvements around build logs) later this year.
We do have a newer checkout method that prints out timing information if that is something you are interested in. Send me a PM and we can switch your project over.