OpenAssetTools icon indicating copy to clipboard operation
OpenAssetTools copied to clipboard

Feature request: in verbose mode print when asset parsing is done and zone writing begins

Open diamante0018 opened this issue 1 year ago • 1 comments

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.

image

diamante0018 avatar Apr 25 '24 14:04 diamante0018

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

diamante0018 avatar Apr 28 '24 09:04 diamante0018