I need to find out the performance of my application.This application works as follows-
- It's a WPF windows application, which requires some data to be filled by user
- On clicking Submit button, it calls WCF web services
- These services save these values in DB
Which tool would be the best for this scenario?