-1

I have converted 32-bit application to 64-bit. How do I measure performance of application in both versions.

  1. Is there any benchmarking/ performance measurement tool/dll?

  2. Is it possible to measure performance on module/functionality level rather than entire application. For example, I would like to see performance GraphicsRender functionality in 32-bit and 64-bit machines.

Thanks in advance.

2

2 Answers 2

1

The one is available by microsoft for .net profiling is CLR Profiler for .NET Framework 4. You can use that for any of your .Net 4.0 application. For 2.0 the same profiler is also available.

You can give it try to jetbrains profiler for performance measurements.

Sign up to request clarification or add additional context in comments.

Comments

0

Try to use ANTS Profiler: http://www.red-gate.com/products/dotnet-development/ants-performance-profiler/

It is as a free trial period. You can install it in your Visual Studio.

Is measures how many time a method is called, it's execution time and also measures memory consumption.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.