Feature request: in verbose mode print when asset parsing is done and zone writing begins
When I use OAT in a workflow over at git.alterware we have a small and not-so-powerful machine doing the ci work.
so what ends up happening is when menu parsing is done it might stay "unresponsive" for several minutes because, in reality, it's writing the zone itself.
OAT prints a message when the zone is done creating, but if we are in verbose mode I'd like a message showing that zone creation has begun so I know it's not stuck parsing some menu file.
I will build on this issue since they are all similar and request the following ideas coming from zonetool:
basic profiling trivia:
log to the stdout how much time it took to build a zone and how much memory it took:
https://git.alterware.dev/Future/zonetool/src/branch/develop/src/ZoneTool/ZoneTool.cpp#L285 https://git.alterware.dev/Future/zonetool/src/branch/develop/src/IW5/Zone.cpp#L145 https://git.alterware.dev/Future/zonetool/src/branch/develop/src/IW5/Zone.cpp#L272