How do I measure computer performance before and after optimizations?

4

4

I want to either programmatically or manually measure how much PC performance increase I get after using a Windows optimization program. There are several programs on the market that do this and I want to be able to tell which ones do it the best, etc ...

What values within Windows OS are good to use for measuring performance of the computer as a whole?

Should I be measuring application load times? Should I be measuring CPU processing times? I'm not really sure what would be the best way to really figure out how fast and smoothly a Windows machine is running other than simply noticing it visually.

Edit: things usually being optimized are:

  1. registry,
  2. temp files,
  3. unnecessary files,
  4. empty folders,
  5. browser history,
  6. defragmenting registry,
  7. updating drivers,
  8. defragmenting hard drive, etc ...

Let's say there is a program called AmazingComputerOptimizor and then let's say that I wanted to see what kind of performance increase this program gave my computer or any other computer. What kind of things can I test and measure within a PC running Windows to show how much performance was gained by the use of this AmazingComputerOptimizor?

Brian T Hannan

Posted 2010-01-29T23:43:52.423

Reputation: 891

Answers

3

things usually being optimized are 1) registry, 2) temp files, 3) unnecessary files, 4) empty folders, 5) browser history, 6) defragmenting registry, 7) updating drivers, 8) defragmenting hard drive, etc ...

'optimizing' the registry is at least debatable, 'temp files' i'd rather delete than optimize :)

In case you're using XP, Bootvis is a great utility to monitor the startup process, CPU benchmarking is rather moot as the measures you're talking about hardly affect the computing power of your processor (unless you tweak the services and/or disable unnecessary/unwanted background programs). You might see an improvement of your HDD performance after defragmenting the drive.

Molly7244

Posted 2010-01-29T23:43:52.423

Reputation:

Bootvis is indeed handy if you want to dig into boot optimization. See also TuneXP. And... lots of people say BootVis doesn't optimize your boot, just measures it, but I'm pretty sure there's an Optimize function in one of the menus. And I think it might have helped me in the past... – Nathaniel – 2010-01-31T04:45:48.567

This might be one area I can measure, but is it only for WinXP? I want to be able to do performance tests and keep measurements for various operating systems like Win2k, WinXP, Vista, and Win7. – Brian T Hannan – 2010-02-01T19:45:32.447

@Nathanlie - The Bootvis optimizations were already implemented in Windows XP by default, but its great to analyze the startup process and find culprits if there are any delays. – None – 2010-02-01T19:46:47.717

1

I use AMD CodeAnalyst. If you provide the source code it will provide time and event based profiling with respect to the entire system. You can analyze the program and inspect bottle necks within the program and compare it to current running process on your system. I have an Intel processor so I am only able to do time based profiling (you'll require a AMD processor to get event profiling), however, I am satisfied with the profiling provided. AMD CodeAnalyst

Mac

Posted 2010-01-29T23:43:52.423

Reputation:

I'm not trying to analyze code here, but this might be helpful if I was. I am trying to analyze overall system performance. – Brian T Hannan – 2010-02-01T19:40:52.833

0

PCMark Vantage is a way.

Svish

Posted 2010-01-29T23:43:52.423

Reputation: 27 731

a) you have to buy it, b) it seems like it is focused on gaming stuff. – Brian T Hannan – 2010-02-01T20:24:15.307

1You can use the trial and PCMark benchmarks the entire pc, 3DMark does the GPU part – Ivo Flipse – 2010-02-02T07:33:17.827

@Brian: Try out the trial version. PCMark is not the same as 3DMark. – Svish – 2010-02-02T16:31:25.797