Hi All, I have a simulation tool that runs under windows NT/2K directly from the DOS command shell. When running it on a Windows machine I get 200 cycle/s. When running it on Linux via Wine I get ~10 cycle/s. I didn't realize Wine would have such a negative performance impact. Is there any way to trace where the performance bottleneck is? I actually don't have access to the source of the simulation tool, so any optimizations would have to be done directly in Wine. I should also mention that to get this application to work with Wine I had to copy over the Microsoft visual c++ dll: msvcp60.dll. Would this somehow be impacting the execution performance? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20040530/4ec5854e/attachment.htm
Ewert, Mark wrote:> Hi All, > > > > I have a simulation tool that runs under windows NT/2K directly from the > DOS command shell. When running it on a Windows machine I get 200 > cycle/s. When running it on Linux via Wine I get ~10 cycle/s. I didn?t > realize Wine would have such a negative performance impact. Is there any > way to trace where the performance bottleneck is? I actually don?t have > access to the source of the simulation tool, so any optimizations would > have to be done directly in Wine. I should also mention that to get this > application to work with Wine I had to copy over the Microsoft visual > c++ dll: msvcp60.dll. Would this somehow be impacting the execution > performance? >Have you also copied over a Windows msvcrt.dll, and configured Wine to use it? This can have a tremendous impact on processor intensive tasks.
This fixed it. Now it runs at 200+ cycle/s. Thanks!! -----Original Message----- From: wine-users-admin@winehq.org [mailto:wine-users-admin@winehq.org] On Behalf Of Duane Clark Sent: Tuesday, June 01, 2004 3:20 PM To: wine-users@winehq.com Subject: Re: Performance Issues Ewert, Mark wrote:> Hi All, > > > > I have a simulation tool that runs under windows NT/2K directly fromthe> DOS command shell. When running it on a Windows machine I get 200 > cycle/s. When running it on Linux via Wine I get ~10 cycle/s. I didn't> realize Wine would have such a negative performance impact. Is thereany> way to trace where the performance bottleneck is? I actually don'thave> access to the source of the simulation tool, so any optimizationswould> have to be done directly in Wine. I should also mention that to getthis> application to work with Wine I had to copy over the Microsoft visual > c++ dll: msvcp60.dll. Would this somehow be impacting the execution > performance? >Have you also copied over a Windows msvcrt.dll, and configured Wine to use it? This can have a tremendous impact on processor intensive tasks. _______________________________________________ wine-users mailing list wine-users@winehq.org http://www.winehq.org/mailman/listinfo/wine-users