1

I'd like to test my programs running on older machines. How can you run a .NET app as though you were on a slower processor? eg: run as if on a 400 mHz processor -- the .NET 2.0 minimum requirement. (I know RAM, hard drive speed, etc. would effect my running time also, but I have to start somewhere.)

Dinah
  • 52,922
  • 30
  • 133
  • 149
  • possible duplicate of [How To Simulate Lower CPU Processor Machines For Browser Testing](http://stackoverflow.com/questions/1928534/how-to-simulate-lower-cpu-processor-machines-for-browser-testing) – Hans Passant Aug 27 '10 at 18:19

1 Answers1

2

Check out how-to-simulate-lower-cpu-processor-machines-for-browser-testing - which should provide the answer - looks pretty straightforward!

Community
  • 1
  • 1
Will A
  • 24,780
  • 5
  • 50
  • 61