- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Greetings All;
I've been tasked with analyzing a series of very large AutoCAD files and offering suggestions for improving performance. These files are master 2D layouts of a manufacturing environment and consist of multiple XREFs and blocks from many locations and vendors. Understanding that there is a point where every system will bog down and become unusable, I've been working on ways increase the amount of useful data within each layout before this "bog down" point is reached. (purge, wblock, block vs. xref, etc)
Question.
Is there a practical way to simulate a set of actions that a user would typically perform like Pan, Zoom, Save, etc and then output an elapsed time for a particular drawing? This would be similar to a conventional benchmark but instead of quantifying performance of a hardware configuration the score would be based on the contents of the drawing itself. I would then be able to analyze some different optimization methods to find the best solutions. I've experimented with both the Action Recorder and conventional script files which either fail after a certain level and/or give very different results on the same drawing. I've been using the internal Time function by resetting at the beginning of the routine and then displaying at the end.
Any Thoughts?
Solved! Go to Solution.