Some users are complaining that Autodesk Maya is taking a long time to start - this is before loading a scene. I'd like to take an objective measure of the wall-clock startup time, and log it, so that we can analyze the situation.
The logic to perform a wall-clock measure is trivial. My question is, where can I hook the logic in? I want to start the clock as soon as possible, and only stop it once all userSetup.py
plugins and shelf tools are loaded, and the GUI is visible.
If possible, I'd also like to note if Maya was started with a blank scene, or opened with a scene file.