[mythtv-commits] Ticket #3986: EPG slow in latest SVN

MythTV mythtv at cvs.mythtv.org
Fri Oct 5 01:42:31 UTC 2007


#3986: EPG slow in latest SVN
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  danielk
     Type:  defect     |       Status:  new    
 Priority:  minor      |    Milestone:  unknown
Component:  mythtv     |      Version:  head   
 Severity:  medium     |   Resolution:         
  Mlocked:  0          |  
-----------------------+----------------------------------------------------

Comment(by danielk):

 bhuffman, it looks like VideoOutputXv::Show() is holding the X11 lock, and
 DrawUnusedRects() is waiting on it. Show() is only holding the lock for an
 XSync() which really shouldn't take any time at all when using XVideo or
 OpenGL rendering.

 I'm attaching a testing patch for you that will time how long this call is
 taking. If it's taking much longer than about 2 million cycles per frame
 this may be the source of the problem. Of course, this backtrace may just
 be a fluke.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3986#comment:18>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list