浏览代码

groundwork for FrameProfiler

Darren Ranalli 17 年之前
父节点
当前提交
fa00e63e1a
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      direct/src/showbase/ShowBase.py

+ 0 - 4
direct/src/showbase/ShowBase.py

@@ -2275,10 +2275,6 @@ class ShowBase(DirectObject.DirectObject):
         # Set fWantTk to 0 to avoid starting Tk with this call
         # Set fWantTk to 0 to avoid starting Tk with this call
         self.startDirect(fWantDirect = fDirect, fWantTk = fTk, fWantWx = fWx)
         self.startDirect(fWantDirect = fDirect, fWantTk = fTk, fWantWx = fWx)
 
 
-    def profileFrames(self, num=1):
-        # profile the next 'num' frames and log the results
-        self.taskMgr.profileFrames(num)
-
     def run(self):
     def run(self):
         self.taskMgr.run()
         self.taskMgr.run()