Assembly loading times - analysis
Assembly loading times - analysis
(OP)
Hello,
I wrote a program for/with NXOpen which measures part-loading-times and writes them into a logfile, works like a charm.
Now I need the same for Teamcenter/Assembly-Loading.
How to get the loading times of assemblys?
Thanks for your help and best regards,
bizley
I wrote a program for/with NXOpen which measures part-loading-times and writes them into a logfile, works like a charm.
Now I need the same for Teamcenter/Assembly-Loading.
How to get the loading times of assemblys?
Thanks for your help and best regards,
bizley





RE: Assembly loading times - analysis
You can set user environment variable TIME_USER_EVENTS=true (This variable logs the timing information for every user event into the syslog)
Hope this helps..