HI...
I am looking for a performance testing/memory leak finder kind of soft ware which can test qt desktop app. can any body suggest such tools available.( i am running qt app on windows xp)
 Novice
					
					
						Novice
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
       
    
    
    
    
   need a tool for performance testing
 need a tool for performance testing
		HI...
I am looking for a performance testing/memory leak finder kind of soft ware which can test qt desktop app. can any body suggest such tools available.( i am running qt app on windows xp)
 Expert
					
					
						Expert
					
					
                                        
					
						
							
								 
							
								 
							
								 
							
								 
							
								 
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
    
    
   Re: need a tool for performance testing
 Re: need a tool for performance testing
		Which processor? If it's Intel then VTune is good, if AMD then CodeAnalyst. Note however that neither will run on the others processor, so don't try running VTune on an AMD.
There's also processor neutral packages, such as IBM's Purify and PurifyPlus.
Visual Studio Team Edition has a profiler built in, whilst the non-team versions have a command line tool for profiling.
 
    
    
    
    
    
    
   
    
    
       
    
    
       
    
    
    
   Re: need a tool for performance testing
 Re: need a tool for performance testing
		http://valgrind.org. See also the debugging and performance article in the wiki.
 Expert
					
					
						Expert
					
					
                                        
					
						
							
								 
							
								 
							
								 
							
								 
							
								 
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
    
    
   Re: need a tool for performance testing
 Re: need a tool for performance testing
		I didn't think Valgrind supported Windows?
 
    
    
    
    
    
    
   
    
    
       
    
    
       
    
    
    
   Expert
					
					
						Expert
					
					
                                        
					
						
							
								 
							
								 
							
								 
							
								 
							
								 
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
    
    
   Re: need a tool for performance testing
 Re: need a tool for performance testing
		Fair enough, I was basing my suggestions from his "i am running qt app on windows xp" part of his post. Didn't notice his "infobox".
 Novice
					
					
						Novice
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
    
    
   Re: need a tool for performance testing
 Re: need a tool for performance testing
		If you develop with VisualStudio, maybe this helps?
MSDN: Memory Leak Detection and Isolation
Bookmarks