Finding the execution time of Web application

I had developed one web application using Ruby on Rails. Now i need to find out the execution time of application ? Any testing framework in ROR to find out execution time?...Shall i use SHOULDA framework?..

Hey

Have you read the Rails guide on performance testing?

thanks for your reply…i will try that…