I have converted 32-bit application to 64-bit. How do I measure performance of application in both versions.
Is there any benchmarking/ performance measurement tool/dll?
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.