Connecting Tech Pros Worldwide Forums | Help | Site Map

How to check the Perfromance /Quality of the application?

Needs Regular Fix
 
Join Date: Feb 2007
Posts: 438
#1: Feb 25 '07
Hi,

Is there any tools available to check the Perfromance /Quality of the applications developed using Python?.Any quality tools helps in testing the application.

Thanks in advance
Shakil

bvdet's Avatar
Moderator
 
Join Date: Oct 2006
Location: Nashville, TN
Posts: 1,564
#2: Feb 25 '07

re: How to check the Perfromance /Quality of the application?


Quote:

Originally Posted by psbasha

Hi,

Is there any tools available to check the Perfromance /Quality of the applications developed using Python?.Any quality tools helps in testing the application.

Thanks in advance
Shakil

Check out profile() and hotshot.Profile().
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#3: Feb 25 '07

re: How to check the Perfromance /Quality of the application?


Quote:

Originally Posted by bvdet

Check out profile() and hotshot.Profile().

Yes. Also there is a unittest package.
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#4: Feb 25 '07

re: How to check the Perfromance /Quality of the application?


Quote:

Originally Posted by psbasha

Hi,

Is there any tools available to check the Perfromance /Quality of the applications developed using Python?.Any quality tools helps in testing the application.

Thanks in advance
Shakil

Actully, Boa Contructor is a great IDE which includes profiling. Of cource, if you are not building GUI apps, this may be overkill.
Reply