Update of /cvsroot/freevo/freevo/src/gui/areas
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2002/src/gui/areas

Modified Files:
        tvlisting_area.py 
Log Message:
some debug to find out were we need too much time

Index: tvlisting_area.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/areas/tvlisting_area.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** tvlisting_area.py   30 Dec 2004 11:28:56 -0000      1.25
--- tvlisting_area.py   8 Jan 2005 17:48:18 -0000       1.26
***************
*** 92,95 ****
--- 92,98 ----
          self.background = None
  
+         # FIXME: debug, remove me
+         self.__ONE_TIME_DEBUG = True
+ 
  
      def __calc_items_geometry(self):
***************
*** 269,272 ****
--- 272,280 ----
          settings  = self.settings
  
+         # FIXME: debug, remove me
+         if self.__ONE_TIME_DEBUG:
+             t1 = time.time()
+             log.info('tv listing debug on')
+ 
          # FIXME: move to skin
          n_cols   = 4
***************
*** 475,476 ****
--- 483,490 ----
              self.down_arrow.unparent()
              self.down_arrow = None
+ 
+         # FIXME: debug, remove me
+         if self.__ONE_TIME_DEBUG:
+             t2 = time.time()
+             log.info('tv listing debug time: %s' % (t2-t1))
+             self.__ONE_TIME_DEBUG = False



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to