Does anybody have some advice on the easiest way to determine what function call is blocking the gui thread?
We have recently added a new loading spinner (QMovie) in our app - the animation is choppy for the first few seconds (if I run the spinner when the app is idle it works perfect) so it's obvious that something is blocking/taking to much time in the gui thread when the spinner is running.... my question is how to find it?
Is there a general debugging technique I can use? Right now I am just commenting out functionality hoping to hit the right chunk - but it's a big app and there must be a better way!


 
					
					 
							
						 
    
    
    
    
    
    
   
    
    
    
       
    
    
    
    
   Techniques to determine what is blocking the gui thread
 Techniques to determine what is blocking the gui thread
		 
				
				
				
					 Reply With Quote
  Reply With Quote 
							
								
 
    
    
       
    
    
    
    
   
    
    
       
    
    
       
    
   Originally Posted by Berryblue031
 Originally Posted by Berryblue031
					

Bookmarks